Tengo esto:
Código:
Al darle a enviar me lleva a http://www.imageshack.us/upload_api.php que contiene un XML con información util (la URL de la imagen entre otros), yo quiero que ese xml pase a una variable o algo similar. <html> <head> <title>ImagesHack</title> </head> <body> <form method="post" enctype="multipart/form-data" action="http://www.imageshack.us/upload_api.php"> <input type="hidden" name="key" value="MI_KEY_IMAGESHACK" /> <p><input type="file" name="fileupload"></p> <p><input type="submit" value="Go"></p> </form> </body> </html>
¿Se puede?