danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

The files does not upload anywhere. How to setup upload dir and have files there #4

Closed soomro30 closed 10 years ago

soomro30 commented 10 years ago

I am using your uploader. How ever the files are not being copied or uploaded anywhere in directory. Can you please tell me the modification in upload.php file.

danielm commented 10 years ago

Hello,

Check this post out: https://github.com/danielm/uploader/issues/3#issuecomment-43116902

soomro30 commented 10 years ago

Thanks. It was some directory issue. It is working now. Could you please help me with chunk upload.

Is there any library which can upload 4GB files into chunks of 2MB or 4MB on the server side?

Your help would be highly appreciated.