0

Possible Duplicate:
Upload progress using pure PHP/AJAX?

I'm trying to have a file upload input field in my form and to have a status bar that shows upload progress as a percent and kb of the file. I keep seeing a lot of flash-based uploaders like swfupload. What non-flash alternatives are there that depend on js/jquery (no swf)

Community
  • 1
  • 1
silow
  • 4,256
  • 3
  • 21
  • 24
  • 3
    -1 No prior research shown. This is a "solved issue" without Flash, albeit with their own set of limitations. –  Feb 10 '11 at 06:40

3 Answers3

1

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

Aivan Monceller
  • 4,636
  • 10
  • 42
  • 69
1

If PHP has the APC extension installed then you can use it to get upload progress reports via AJAX.

GordonM
  • 31,179
  • 15
  • 87
  • 129
1

You should to use an iframe and form, if you setup what the frame are the target of the form, you can see an ajax effect. I use it, and solve all my problems

sjmg
  • 9
  • 1