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 384 forks source link

Upload to my desire path #27

Closed abdullah-zudioz closed 6 years ago

abdullah-zudioz commented 9 years ago

Hi, Thank you for this plugin awesome.

I set url: upload.php now what to do then? how to upload the images to the desired path. Can you give me sample upload.php

Please help me.

Thank You

danielm commented 6 years ago

Closing the issue. The plugin only provides Frontend logic, for backend there is now a simple upload.php on the demo folder.

However, this is a really simple , no validation or any kind of security check. ONLY use it for testing, or just as a start point.

ghost commented 5 years ago

@danielm would you consider adding a secure php backend? I like the look and feel of this library