Hi,
Thanks for the reply. What I am doing is creating a web interface for uploading large mp3 files, which contains many other fields like like file description, category, title etc. in a form. I have a browse button there and from there I select the file to upload. I'd like to do the upload the file using the web interface itself. I have spoke to server admins and they have tuned some parameters like maximum upload size, etc. I had tried with set time out function. But, this does not make a difference. It stays up a little more than 30 seconds and shows up a "The page cannot be displayed" error after 30 seconds. I guess its timing out here. Are there any other way I can do this using a web interface? Please give your suggestions as to how I can accomplish this.