Hi all,
it would be great if the upload method was enhanced with the ItemID as part of the response, i.e. and additional GET parameter to the current NVX.returnCode and NVX.errorMessage.
My process currently looks like this:
- HTTP upload from browser
- Callback URL performs operations on the uplaoded file (db entry including ItemID via getpathinfo method, etc)
- forwardingURL shows success/failure page to user
- User goes to the file list page
- User finds the file and edits the file info (metadata, tags)
The issue is that on the forwardingURL I cannot directly refer back to the uploaded file at the moment.
Having the ItemID as part of the uplaod response would allow to directly refer back the uploaded file (in case the upload succeeded of course).
The interesting part is that I could immediately allow the user to enter/modify information concerning the file, like for example setting metadata/tags or anything else depending on the type of application.
The above process would then look like this:
- HTTP upload from browser
- Callback URL performs operations on the uplaoded file (db entry including ItemID via getpathinfo method, etc)
- forwardingURL shows success/failure page to user and through the ItemID the application can display a form to to the user so that he can enter metadata/tags (or whatever you might want to do with it)
Hope this helps and really hope it will be taken on board soon ;-)
ciao
Luca