Getting Source File Path
Posted: Thu Apr 21, 2011 12:10 pm
I am struggling to get the full client side path for the source file that is being uploaded. I think that I have the appropriate parameters set per below:
'<PARAM NAME="forward" VALUE="http://localhost:8888/Development/ie_My ... Images.php"> ');
'<PARAM NAME="forwardparameters" VALUE="long"> ');
'<PARAM NAME="url" VALUE="http://localhost:8888/Development/ie_My ... ?User_ID=1"> ');
But I am not finding the full path name on either the server side (Uploader) or the client side (UploadImages). Note that Uploader is your sample PHP code. Below are dumps of everything in both the GET and POST variables:
Uploader.php - ==========GET==========
Uploader.php - User_ID - 1
Uploader.php - ==========POST==========
Uploader.php - todo - upload
UploadImages.php - ==========GET==========
UploadImages.php - filename1 - /var/folders/dT/dTPlgXo-F+qPSze9diZxRU+++TQ/-Tmp-/Glass Blowers Tools - original.jpg
UploadImages.php - - ==========POST==========
I feel that I am missing something crucial but can't seem to figure out what!
Thanks in advance,
Will
'<PARAM NAME="forward" VALUE="http://localhost:8888/Development/ie_My ... Images.php"> ');
'<PARAM NAME="forwardparameters" VALUE="long"> ');
'<PARAM NAME="url" VALUE="http://localhost:8888/Development/ie_My ... ?User_ID=1"> ');
But I am not finding the full path name on either the server side (Uploader) or the client side (UploadImages). Note that Uploader is your sample PHP code. Below are dumps of everything in both the GET and POST variables:
Uploader.php - ==========GET==========
Uploader.php - User_ID - 1
Uploader.php - ==========POST==========
Uploader.php - todo - upload
UploadImages.php - ==========GET==========
UploadImages.php - filename1 - /var/folders/dT/dTPlgXo-F+qPSze9diZxRU+++TQ/-Tmp-/Glass Blowers Tools - original.jpg
UploadImages.php - - ==========POST==========
I feel that I am missing something crucial but can't seem to figure out what!
Thanks in advance,
Will