hi, in this example http://www.atwebresults.com/php_ajax_image_upload/ the form uploads file and respond with uploaded file in iframe. How can i add another form on the page with text input value to be the path of uploaded file or read result from outputed iframe content. Thanks
Hi, You cannot get the data from a iframe unless the frame matches your domain. i.e. if your website is http://www.example.com then you can only change and fetch the content from the frame if you frame source is similar to http://www.example.com/upload.php This is type of browser security that all the browser must have, they have it. Try "Firebug" on "Firefox" and check what is the error, and why doesn't it works.