Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aspRookie1

    How to get time of file created

    Thanks tsuji, It solved my problem.
  2. aspRookie1

    How to get time of file created

    Thanks, It seems this is what I wanted. I will try and let you know. Thanks Again
  3. aspRookie1

    How to get time of file created

    Hi, I want to get the time of a file at which it was created. I used the FileSystemObject's getDateCreated method to get the date of file.I gave me date and time as: 5/30/2004 1:17:55PM. Now I just want time part of it. It seems this is not a string object so it doesn't allow me to use any...
  4. aspRookie1

    Multiple File Upload in ASP

    I did check ASPZone.com.It is good site for upload code but my problem is I don't want user to click Browse button several times.I just want user to click one button Upload and all the files would get uploaded to server. The demo in aspSmart.com works well as my requirement but I am not able to...
  5. aspRookie1

    Multiple File Upload in ASP

    So If I use java component for accessing cilent machine,I have to use same for Uploading also right??? Also I downloaded the files from ASPSmart.The program in demo is the one I need but it seems it is not free.I will need SmartXUpload.cab file which I couldn't download.It seems I can get just...
  6. aspRookie1

    Multiple File Upload in ASP

    Thanks,I visited that site,I couldn't see the demo,I downloaded the files and will try to run it.After reading the documentation I feel that it could solve my problem.Only thing I was concerned was Can I upload jpeg,mp3,mpeg files through this or just the text files. Thanks Again.
  7. aspRookie1

    Multiple File Upload in ASP

    I was thinking to use javascript to list all the files of the particular folder of client machine.Without javascript it would be hard to browse client machine. If not how do I get the permission of user?? Thanks Again -Swati
  8. aspRookie1

    Multiple File Upload in ASP

    Thank you for your help. I tried using upload component,but my problem is I want to upload multiple files(say all files from a particular folder)just in one click.That means if user clicks Upload button, all files should start uploading and user doesn't need to sit there waiting for the...
  9. aspRookie1

    Multiple File Upload in ASP

    Hi, I am very new to ASP and stuck at the file upload thing. I want to make a web page which lists all the files from a particular folder from client machine,display them with the check box.Also there will be single upload button.This button uploads all the files which has been selected by...

Part and Inventory Search

Back
Top