srs81 / CakePHP-AjaxMultiUpload

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

Filename for database #28

Closed miniviolet closed 11 years ago

miniviolet commented 11 years ago

Hi,

Is there a way to get the filename that has been uploaded as a parameter so it could be parsed into a url? Because the user will be redirected to an edit page where some info (like title of image) will be added onto the database along with the url to the image which is why I need the name of the file.

Thank you

srs81 commented 11 years ago

Does this documentation help: https://github.com/srs81/CakePHP-AjaxMultiUpload#custom-listing-of-files

miniviolet commented 11 years ago

Not really but I found another solution to my problem! Thanks anyway!! :)