I gathered 5 interesting jQuery plug-ins that can help us.
Ajax Upload; A file upload script with progress-bar, drag-and-drop
jQuery Multiple File Upload Plugin
jqUploader
Ajax File Upload
uploadify
I don't think you need further explanations from me. I believe that you can choose the plug-in that best suits your needs by visiting the above sites.
Enjoy!
Hi Marco,
ReplyDeleteI want to use a jquery file uploader with ajax.
url: upload.asp
type:post
I need to create the ASP upload.asp page:
Collecting form data can be done by Request.Form.
Where does jquery upload the file. I need to determine to which folder the file can be uploaded. (I believe we can use Scripting.FileSystemObject.) How can I setup a path to the folder?