Hi,
I have a simple page with a RadUpload, RadProgressArea and RadProgressManager.
When visitors upload one or more files, click on 'Upload Files', the files start uploading and the RadProgressArea
appears.
So far so good.
After uploading, I do a Request.RawUrl, meaning it reloads the page, binds a grid and shows the uploaded files.
Inside this grid there is a Download button. When you click this button, the file will be downloaded (forced with the Save As dialog).
When you click this buttons, the RadProgressArea appears again, and can't be cancelled or whatever.
I don't want this thing to show up, but only when actually uploading files.
Can I do something about it?
Thanks,
Daniel
I have a simple page with a RadUpload, RadProgressArea and RadProgressManager.
When visitors upload one or more files, click on 'Upload Files', the files start uploading and the RadProgressArea
appears.
So far so good.
After uploading, I do a Request.RawUrl, meaning it reloads the page, binds a grid and shows the uploaded files.
Inside this grid there is a Download button. When you click this button, the file will be downloaded (forced with the Save As dialog).
When you click this buttons, the RadProgressArea appears again, and can't be cancelled or whatever.
I don't want this thing to show up, but only when actually uploading files.
Can I do something about it?
Thanks,
Daniel