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

No Queue #98

Open tgifriday opened 5 years ago

tgifriday commented 5 years ago

I intend to upload the files directly into a database, the "queue: false" setting is still allowing to upload into the files area.. Any advice? Maybe I need another flag somewhere.. I've copied the demo config and it does not act the same as the demo:

My DEMO INSTALL: 09:04:40: Server Response for file #5m69txalmnp: {"status":"ok","path":"files/5d0b927acced1_43444029_10160885322195366_8512736497634377728_n.jpg"}

YOUR DEMO No Queue: 09:05:41: Server Response for file #uxwyibvjja: {"status":"OK","message":"Upload successfull (but not stored)","path":"path/to/remote/file.png"}