This question is locked. New answers and comments are not allowed.
I'm trying to figure out the best UI to design so that my users can associate custom metadata with the files being uploaded. I know that the upload control supports sending custom metadata to the server.
I'm just having issues trying to decide how to design the UI.
If I use the upload control in async mode, and have a list to that contains metadata attributes, how can I make sure that the jQuery validation fires before the actual upload occurs?
Does it make sense to have the upload and metadata list inside it's own form tag? Should it be a separate window, or can it be within another window/dialog?
Would it make more sense to do this as a grid with two columns, one for the meta data and one for the upload control? Then there would be a one for one relationship with the upload control and the grid cell containing the meta data.
Any thoughts suggestions will be appreciated.
thanks
marc
I'm just having issues trying to decide how to design the UI.
If I use the upload control in async mode, and have a list to that contains metadata attributes, how can I make sure that the jQuery validation fires before the actual upload occurs?
Does it make sense to have the upload and metadata list inside it's own form tag? Should it be a separate window, or can it be within another window/dialog?
Would it make more sense to do this as a grid with two columns, one for the meta data and one for the upload control? Then there would be a one for one relationship with the upload control and the grid cell containing the meta data.
Any thoughts suggestions will be appreciated.
thanks
marc