Topic: Duplicate filename on server end?
I have duplicate names on server end, lets say even when using the unique name option. How can I tell plupload that the name is taken, rename the file to _____ and continue upload.
On php end I'm thinking check filename if it exists, if it exists assign it a new name, upon assignment of new name, send it back to plupload to continue the upload seamlessly.
Any tips? Thank you!