Hailwood Posted May 2, 2010 Share Posted May 2, 2010 Hi there, If i have a form on one server (with no php support) which asks a user to upload a photo, is it possible to then send the data in that upload to a php script on another server which is setup to recieve this? so is it possible to send file data through ajax to a php script? Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/ Share on other sites More sharing options...
Zane Posted May 2, 2010 Share Posted May 2, 2010 if the PHP script on that server it setup to receive it, yeah just put the PHP file's location as a form action </pre> <form action="'http://anotherserver.com/phpscript.php'" method="'POST'">< and send a file object with the form Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/#findComment-1051989 Share on other sites More sharing options...
Hailwood Posted May 3, 2010 Author Share Posted May 3, 2010 Is it possible to get an ajax response from this method? Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/#findComment-1052274 Share on other sites More sharing options...
trq Posted May 3, 2010 Share Posted May 3, 2010 Yes. Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/#findComment-1052365 Share on other sites More sharing options...
satya61229 Posted May 3, 2010 Share Posted May 3, 2010 but I think file upload is not supported through ajax. People use iframe which do the tricks and that looks like ajax. Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/#findComment-1052434 Share on other sites More sharing options...
Ken2k7 Posted May 3, 2010 Share Posted May 3, 2010 but I think file upload is not supported through ajax. People use iframe which do the tricks and that looks like ajax. Huh? Quote Link to comment https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/#findComment-1052438 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.