I'm trying to implement some js code that dynamically resize a referenced/uploaded image and then send the result via an ajax call to a host program.
The host program receives the information in the $_POST array and the element in question is the $_POST[photo_name] => data:
and I just cannot seem to extract anything for writing/storing as a file.
Hopefully some of you php gurus are familiar with this process and can shed some light on the process?
Thanks for any guidance anyone can provide.
The host program receives the information in the $_POST array and the element in question is the $_POST[photo_name] => data:
and I just cannot seem to extract anything for writing/storing as a file.
Hopefully some of you php gurus are familiar with this process and can shed some light on the process?
Thanks for any guidance anyone can provide.