I want users to be able to upload their own files to my server.
When they choose a file it is converted to blob:
. I then use ajax to post that data to a url. What I need to a PHP script that can take that information and store it on the server. I also want a custom name to be given to the image depending on the url posted to.
Example:
www.phpscripturl.com/save&filename=picture
This would save the information posted to the server as a png file called picture