Expensive,
The question of my doubt is quite simple. How do I save the path of my FileUpload file to some control or ViewState, with that FileUpload being inside an UpdatePanel?
I am actually using the AsyncFileUpload AJAX control, since a simple FileUpload does not work with partial Post Back. No problem with that. So, I write the selected file on the page on my server, but at the same time I record it I need to use that same path (full path) to use it later, in a one-button event. I have tried to use ViewState, I have tried to change some properties of UpdatePanel, I have already tried to find a way to do this with JavaScript, but none of these features worked.
Would anyone know how to solve this problem?
Thank you in advance for your help.
Hugs!