Using the 'dbr.upload.options' 'dbr.upload' to upload a image file. How can I add a prompt for the user to input an image name(not the filename) they want to associate with the file i.e filename maybe image123.jpg but client name could be "yellow flower"
File Upload
(6 posts) (2 voices)-
-
There is no built-in functionality for this, but you could trigger a report from the upload_sp using JavaScript, pass the generated filename to it, and prompt the user to name the file.
--
myDBR Team -
How do you trigger a report using javascript. I can't find an example in the manual or demo.
-
There is no built-in functionality for this, so you need to do custom JavaScript for this one.
--
myDBR Team -
I understand there is no built in functionality, the question is where can I find an example of javascript calling a report ?
-
Unfortunately, there are no examples of non-existent functionality, so you'll need to write your own JavaScript to achieve that.
--
myDBR Team
Reply
You must log in to post.