uploading an image from flash using php more specifically HTTP_RAW_POST_DATA? -
I'm currently working on it, so it displays a dialog box on your computer to save the image: < / P>
if (isset ($ globals ["HTTP_RAW_POST_DATA"])) // // biteer $ jpg = $ global ["HTTP_RAW_POST_DATA"]; // Add headers to download dialog-box headers ('content-type: image / jpeg'); Header ("Content-Attention: Attachment; File Name =". $ _ Received ['name']); Echo $ jpg; }
What is the procedure to insert the file directly into the directory / file without requiring just a dialog box?
Like an uploader?
No, no.
Comments
Post a Comment