|
-
Apr 17th, 2021, 09:23 AM
#1
Anything better than AsyncFileUpload or AjaxFileUpload
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|