Jump to content

Can you do file upload through ajax?


Hailwood

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/200450-can-you-do-file-upload-through-ajax/
Share on other sites

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


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.