Jump to content

How can i do multiple uploads with javascript?


colap

Recommended Posts

How can i do multiple uploads with javascript?

 

http://www.w3schools.com/php/php_file_upload.asp , this is to do image uploads with php.

 

Is it possible to upload files with javascript?

 

Can anyone post example code?

 

Is it possible with jquery ajax ?

 

How would i write this form for javascript upload?

<form action="upload.php" method="post" enctype="multipart/form-data">

It will be highly appreciated if someone helps.

 

Thanks in advance.

Link to comment
Share on other sites

A quick google search provided this https://blueimp.github.io/jQuery-File-Upload/

 

I'm sure if you use google further you could find one that specifically meets all of your needs.

 

Multiple jQuery file upload. You will probably still have to process the file uploads in the backend with PHP or something, but I believe this plugin will handle the front end stuff for you.

Link to comment
Share on other sites

  • 4 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.