I have little problem to get file name after upload (PHP script for upload change name with md5 what i want) but fine uploader work with file name what was uploaded from pc. I need to get file name from response of Ajax.
Any Idea ?
P.S. I use
- jQuery – 1.8.3
- Fine Uploader – 3.0
What if you save files first on server, then just change files’ names and keep them in a database?