I am making a webapp for work that lists some projects in a Repeater, and for each project the user has to attach some files. So each control is repeated multiple times on the page.
I can't use AjaxFileUpload because I don't know the file attached from which of the controls (project) is coming from.
I don't like AsyncFileUpload because it refreshes the whole page, but this is what I am using right now, because it works...
I need a control that can be placed multiple times on the page (like inside a repeater), and also upload file(s) without refreshing the entire page. Anything reliable?
I can't use AjaxFileUpload because I don't know the file attached from which of the controls (project) is coming from.
I don't like AsyncFileUpload because it refreshes the whole page, but this is what I am using right now, because it works...
I need a control that can be placed multiple times on the page (like inside a repeater), and also upload file(s) without refreshing the entire page. Anything reliable?