4
Expensive,
The question of my doubt is very simple. How do I save the path of my Fileupload file to some control or Viewstate, with this Fileupload being inside an Updatepanel?
I’m actually using Asyncfileupload’s AJAX control, since a simple Fileupload doesn’t 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 write I need to use that same path (full path) to use it later, in a one button event. I have tried using Viewstate, I have tried to change some properties of Updatepanel, I have tried to find a way to do this with Javascript, but none of these features has any effect.
Would anyone know how to solve this problem?
Thank you in advance for your help.
Hugs!
In case I have solved your problem, mark as answer.
– PedroBelino