File Upload trouble again
Hi,
Let me explain my problem in detail.
I have a Simple Login system, where each user can upload files to the server.
So, for this i have kept FILEUPLOAD tool.
But before Uploading the file I have to check if that file already exists on the server, if it exists then User should get a confirmation Whether he wants to Replace file or not.
So, what i have done is that i have kept a PANEL control, In this control I have written the text DO YOU WANT TO REPLACE FILE. And there are 2 buttons YES & NO.
This panel i have kept hidden.
On file exists i make this PANEL visible through Javascript.
But when on making PANEL visible by Javascript, still didn't work. The Value of FILEUPLOAD still gets Lost.
And an empty file gets Replaced.
How to solve this thing.
Thank You.....!!
|