PHP AJAX File Uploader

Does anyone know a good PHP file loader using AJAX?

The demo below looks promising, but for ASP.Net

http://mattberseth2.com/demo/Default.aspx?Name=ASP.NET+File+Upload+with+Real-Time+Progress + Bar & Filter = All

+3
source share
5 answers

I prefer to write as much code as I can, here is a great tutorial with working examples using the jQuery library: http://valums.com/ajax-upload/

+3
source

I had great success with this:

http://valums.com/ajax-upload/

+1
source
0

Here is a simple and useful upploader for files, which can make it possible to upload many files from one form in asynchronous mode. we used in our application and worked (worked) perfectly. http://webcheatsheet.com/php/jquery_file_upload.php?print=Y

It also contains documentation to help you edit it.

0
source

Source: https://habr.com/ru/post/1707737/


All Articles