hi dude, actually, i am new to php. i am not understanding clearly. plz explain it clearly. My requirement is, i want to upload one file. i am checking whether it exists or not in Server side. If it exists, i am popping up a window that "Do u want to have Duplication of this file?".If YES, i sud upload. otherwise i sud giveup. "In script update part if once u uploaded one script from your PC (client) and after some time u r editing or making change to the file(client). and wish to put into that then it will ask for duplicate. that part you need to think."
Please reply to me. Thanks again. Prabhakaran Max Belushkin wrote: > > Captain wrote: >> hi, >> i want to do YES/NO confirmation (like POPUP). If YES, it will upload a >> file > > PHP is server-side, not client-side. You can have the confirmation > passed as a GET variable in a two-step process for example, i.e. first > show a confirmation form if $_GET["confirm"] is not set, else check > $_GET["confirm"] and process the uploaded file. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- View this message in context: http://www.nabble.com/POPUP-window-in-PHP-tf2408946.html#a6715723 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php