Saving image to server with php
- by salmon
Hey i have the following script, basicaly a flash file sends it some data and it creates a image and then opens a save as dialog box for the user so that they can save the image to there system.Here the problem comes in, how would i go about also saving the image to my server?
<?php
$to = $_POST['to'];
$from = $_POST['from'];
$fname =…