Search results

  1. P

    Checking file type of uploaded file using asp

    I am uploading images to the server using aspsimpleupload. Can I find the files types & file size of the files before copying the files to the required folder??? Can anyone please help me ??? It is urgent. Thanks. I am using the following script to upload: Dim upl, NewFileName...
  2. P

    Checking file type of uploaded file using asp

    I am uploading images to the server using aspsimpleupload. Can I find the files types & file size of the files before copying the files to the required folder??? Can anyone please help me ??? It is urgent. Thanks. I am using the following script to upload: <% Dim upl, NewFileName...
  3. P

    Inbuilt counter in Php

    Can anyone tell me whether there is any function available in php to check the number of hits for a page (inbuilt counter) ??? Or do I have to write a script using text file or database , to update the count. In case it is available, please let me know if any special dll's are required for...
  4. P

    Components Required to Upload Images using ASP

    Is there any dll or class file that is required to upload images on an IIS server ??? Uploading images on the same server using PHP works. But when I try uploading with ASP , I get the following error : Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed...
  5. P

    Clearing images from cache

    I don't want images from my page to be cached. How can I do this using php4.
  6. P

    Clearing Cache in Php4

    My php script is displaying a image file after modifying it. But it does not display the new image. It displays the old image instead. I am using the clearstatcache() function to refresh the cache , but no use. Could you please help me with this ????
Top