I'm looking for a way to upload and download a file to a server. Only a selection with an upload button (my code uses an upload panel) Here is the list of all methods i have tried.
asp.net fileUpload control but It's losing content when I click on the Upload Button (due to Postback).
store fileUpload on Session.
use AsyncFileUpload
Use postback trigger
But it's not working, do you have any tips or ideas ?