Multiple File Upload
Question:
I want to upload more than one file at once if possible. Can I do this with Pure ASP Upload, or do you have an alternative extension that would allow me to do this?
Yes you can do this very simply with Pure ASP Upload! Just make a form that contains more than one file upload fields. Then the user will be able to upload as many files as you have entered file upload fields.
I want to upload more than one file at once if possible. Can I do this with Pure ASP Upload, or do you have an alternative extension that would allow me to do this?
Answer:
Yes you can do this very simply with Pure ASP Upload! Just make a form that contains more than one file upload fields. Then the user will be able to upload as many files as you have entered file upload fields.
All the files will be saved to the same location you have entered as Upload Folder.
If you are saving your file names to the database - you will have to have different database fields for each uploaded file in the same table. You can then easily use the Insert Record Server Behavior and bind all the file fields with your table fields.
Comments
Limiting image size option
when uploading multiple files, say a thumbnail and the full size image, are you able to specify limits to both files individual the way you can when uploading a single file?
example being: thumbnail must be within 120x120 and full size image must be within 540x540 or even not limited at all.
If this is not possible, i'd recommend it being made possible on future updates.
RE: Limiting image size option
Multi Upload
How can i find out how many files the user uploaded
EG: you succesfuly uploaded "X" number of files
I have 5 fileds but user might only use 2, how can i confirm this to them?
Many Thanks
Bill
You must me logged in to write a comment.