Skip to content Skip to sidebar Skip to footer

Uploading A File

Possible Duplicate: How to implement file upload progress bar on web? Hello I have seen many webpages where the user is able to upload a file and he is given some sort of progre

Solution 1:

there are many javascript and flash scripts out there which provide such a option.

my favorite one is Plupload. it supports html5 as well as flash and many others to choose from

see the examples and documentation for more information

Solution 2:

Use JavaSqript. For e.g. i suggest to see http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/

Solution 3:

Have a look at very good:

UBER-UPLOADER 6.8.2

Solution 4:

for your purpose you can use uploadify. its a jquery upload plugin. the link to uploadify is http://www.uploadify.com/. the link to its demo page is http://www.uploadify.com/demo/.

its easy to use. and it have good documentation too. try this

Post a Comment for "Uploading A File"