Does anyone have a simple PHP application which can show upload progress? The majority of "PHP upload progress" solutions do not work behind an Nginx reverse proxy. asked 24 Oct '11, 00:55 ryans ♦♦ |
Yes. There is one solution - swfupload - which works exceptionally well. The downside is that it requires Flash. The demos provided on the swfupload site are not complete, out-of-the-box solutions. I have prepared an swfupload ready-to-use example which can be installed as follows:
After this is complete, you should be able to view the two included examples on the domain mapped in Step 2. The two examples each include an answered 24 Oct '11, 01:12 ryans ♦♦ |
This AJAX uploader is another good one. It works on WebFaction, supports multiple back-ends (not just PHP) and does not use Flash. answered 24 Oct '11, 08:38 seanf This looks interesting. If I understand correctly, this does not rely on server-side settings? Because afaik all other solutions depend on the nginx upload progress module, and that is not supported now --see this question. Or has that changed? Should I ask this in a different question (but it seems to overlap) ?.
(07 Jan '13, 03:39)
nathanvda
We still do not support nginx upload progress, and the AJAX uploader mentioned above does work on our system.
(07 Jan '13, 13:24)
seanf
|