jQuery File Upload, get and edit more Data which is saved in DB
I was playing arround with the jQuery upload and everything worked real
fine. Also the Documentation is verry nice writte and easy to understand
(https://github.com/blueimp/jQuery-File-Upload/wiki)
I'm able to save Data in DB (see pic 1+2)
WHAT I WANT: I would like to get the Data back with an Edit button(pic3)
Where is all my Data and how to create the Edit function and call it?
That's where I'm completely stuck. How can I append the DB Data to the
.json
Now it looks like this: the Data comes back by .json from the index.php
which creates a new UploadHandler. After a img is saved it returns this:
{"files":[{"name":"02
(1).jpg","size":12508,"type":"image\/jpeg","url":"http:\/\/localhost:8888\/server\/php\/files\/02%20%281%29.jpg","thumbnailUrl":"http:\/\/localhost:8888\/server\/php\/files\/thumbnail\/02%20%281%29.jpg","deleteUrl":"http:\/\/localhost:8888\/server\/php\/?file=02%20%281%29.jpg","deleteType":"DELETE"}]}
Can anyone help me on this one or knows where I can find more Information?
That would be awesome, Thank you!
No comments:
Post a Comment