2

How would I go about creating an HTML/PHP/AJAX file uploader with a progress bar? I have no idea where to start.

Jason
  • 109
  • 1
  • 2
  • 10

6 Answers6

2

I've used Uploadify. Easy to integrate, lightweight and is a jQuery plugin.

Jay Sidri
  • 6,271
  • 3
  • 43
  • 62
1

http://www.johnboy.com/php-upload-progress-bar/

this is the best i thing. no flash. only css jquery php

Fayaz Khan
  • 53
  • 2
  • 6
1

Or you can try this -> Lpology | Simple Ajax Uploader

its drop-dead-simple (my saying, whoops) and its sleeks interface, check it out!

1

The Dojo HTML5 Multi-File Uploader does all that and more. Highly recommended ;)

faken
  • 6,572
  • 4
  • 27
  • 28
0

Try this one.. jqUploader

This is probably what you looking for.

Kunal
  • 163
  • 2
  • 11
0

here is another option, this one lets you upload multiple files, but requires flash as well http://code.google.com/p/swfupload/

bumperbox
  • 10,166
  • 6
  • 43
  • 66