Tyra Posted July 28, 2010 Posted July 28, 2010 Has anyone figured a way out to get FM to detect when a user drags and drops a new image into a supercontainer file? I need present the user a pop-up after the event, but only way I have been able to figure it out so far is to just disable the drag-n-drop feature. But the users really like that feature..
Smef Posted July 30, 2010 Posted July 30, 2010 Long answer: There is a very, ver complicated way, which has to do with using noapplet in your webviewer, scriptmaster's trigger script module, and using a calculation to detect when the web viewer's url changes to a local filesystem url and then triggering an upload using the SC Companion plugin, but it is very unreliable, only works with certain filetypes, and may launch applications on your user's machine, give error messages, or cause slowdowns. Short answer: No What is it that you need the popup for?
Tyra Posted August 2, 2010 Author Posted August 2, 2010 Need to detect when an images is added, and if the user is done adding images to launch an email with the images as attachments.
Smef Posted August 9, 2010 Posted August 9, 2010 I would recommend adding a button for your users to click, labeled something like "I'm finished uploading" which will trigger your script. It should be clear to users, and you won't have to worry about it accidentally triggering if they have more files to upload.
Recommended Posts
This topic is 5218 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now