dmeyer Posted May 8, 2010 Posted May 8, 2010 (edited) Hello, Is there a way to detect if a file has been uploaded to a Web Viewer Supercontainer field? Or have Supercontainer set another flag to "yes" upon upload? I'd like to notify particular users via email when a document is uploaded. Thanks Edited May 8, 2010 by Guest
Smef Posted May 10, 2010 Posted May 10, 2010 The best way to do this would be to use the SuperContainer Companion plugin in your database. You can call the SCGetInfo function to get the information about the file stored at a SuperContainer URL. If the URL returns a filename, date, and size you will know that a file is stored at that location. Another way to do this would be to use the SC Companion plugin to script your file uploads. You can use the SCSetConainer function to script a file upload to SuperContainer, which would then also allow you to script sending out an email at the same time that the file is uploaded.
Recommended Posts
This topic is 5309 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