Can anyone please help me in getting the script for "Upload in background" http://www.hotscripts.com/Detailed/70955.html Or a similar script. I have very little knowledge of Ajax and PHP. So its difficult for me to compile the script from scratch. Thanks in advance.
You don't need to download a script for this. Just put a hidden iframe in your page, and in your form add target="your_iframe". It will submit the form in that iframe
You posted the link to the script yourself. What exactly do you need help with? Or do you want a free one? Search Google for "PHP AJAX upload". There are a lot of free scripts available.
Thanks for your reply. But I dont know much about iFrame also. Could you please help me with a sample script. Thanks in advance.
Hidden iframe : <iframe name="hole" width=0 height=0 style="visibility:hidden"></iframe> Your form : <form method="POST" action="upload.php" target="hole" enctype="multipart/form-data"> http://codeinit.com/web-development/file-upload-in-background.htm