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

how to change (Status) text #95

Open amiralibk opened 5 years ago

amiralibk commented 5 years ago

hi . how to change status text http://uupload.ir/files/b60g_zzzzz.png

how to add link for upload image?

magenizr commented 5 years ago

@amiralibk

You can use those callBacks ( e.g https://github.com/danielm/uploader/blob/master/demo/demo-config.js ) in order to display the image URL after any successful upload. However, you must implement a proper return value in your endpoint ( e.g https://github.com/danielm/uploader/blob/master/demo/backend/upload.php )