Hi all
I have an application which does the file upload for me using the copy command. The application has benn working fine, but due to a demand for accepting zip files from the customer end, we get enormous size files say around 100M. I have changes the configuration file(php.ini) to reflect the filesize greater than 100M and so am I defining a hidden field before the "file type" for the size equal to what I have defined in the configuration(php.ini). But since the file is huge the browser freezes, and for netscape it pop'sup an alert box with the message "Document Contains No data, try again later". For IE, the next page is called but the file is not uploaded. I was told to set the "set_time_limit" high and I did so, but till doesnt work.
Any help appreciated. thanks