slipperyfish Posted August 20, 2006 Share Posted August 20, 2006 hi. im trying to create a form uploader script using AJAX technology. I want it all to happen on the same page without refreshing any pages or iframes. Using AJAX to call the php script, i want to send in the filename the location in a variable. for example:uploadfile.php?loc=C:\folder\file.jpgbut in the script... how do i use that in the files array? ( $_FILES[] )-Thanks Link to comment https://forums.phpfreaks.com/topic/18090-php-uploading/ Share on other sites More sharing options...
hitman6003 Posted August 20, 2006 Share Posted August 20, 2006 You may want to look at this class as an example for your script:http://www.phpclasses.org/browse/package/2759.html Link to comment https://forums.phpfreaks.com/topic/18090-php-uploading/#findComment-77544 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.