srs81 / CakePHP-AjaxMultiUpload

CakePHP 2 plugin to allow for easy multi-file upload with AJAX
Other
65 stars 33 forks source link

Ability to save upload path to DB #35

Closed DangerClose50M closed 11 years ago

DangerClose50M commented 11 years ago

I need the ability to save the upload path of any given image to my db so i can use Amazon S3 for image storage. I had no problem implementing the Plugin, Great job on this! I dont think this counts as an actual issue I just couldn't find any contact info for you.

srs81 commented 11 years ago

Ah I see, thanks! Look at this file: https://github.com/srs81/CakePHP-AjaxMultiUpload/blob/master/Controller/UploadsController.php

That refers to the qqUploader, you can find that here: https://github.com/srs81/CakePHP-AjaxMultiUpload/blob/master/Vendor/valums/upload.php

Those two files should help you find what you are looking for?

DangerClose50M commented 11 years ago

Yes ty!!

anhlt commented 10 years ago

@srs81 Can you explain more specific about how to store file info after upload. name, uploadlink,etc