DaveWheelock Posted February 6, 2010 Posted February 6, 2010 Is there a way to modify/change a file name of a file stored in SuperContainer? Ideally, I'd like to change the name during a move process (SCMove), but if it needs to be done before or after the move, that will work. Thanks for the help!
Ocean West Posted February 6, 2010 Posted February 6, 2010 Hi Dave, I understand what it is your asking, as I too was for a LONG time trying to manipulate the actual name of the file b4 it is uploaded to SC. I have long ago given up on this as it REALLY didn't matter what the name of the original file was. The file name of the original document can be retrieved with the plugin - however i have found after a time if the file is exported (save field contents) it in my case was given a new name at that time - usually with a timestamp or version number. So I just allowed the file to remain its original name, and the path is a just a internal ID that is assigned by the database. HTH
Jesse Barnum Posted February 6, 2010 Posted February 6, 2010 (edited) Hi David - I concur with Stephen that it's important to realize that the name of the file is immaterial for storing/retrieving with SuperContainer, all that matters is the URL (which you control). However, if you really want to change the actual file name, there is an optional parameter in the SCSetContainer function that can do that. http://www.360works.com/plugins/SuperContainer/plugin-documentation.html#SCSetContainer Edited February 6, 2010 by Guest
DaveWheelock Posted February 6, 2010 Author Posted February 6, 2010 Thanks guys! I know it doesn't really matter what the file name is when storing within SC, but the files I'm bringing into FileMaker and SC are scanned documents, which often have cryptic filenames. I wanted to provide the users an option to name the file before it was stored in the system. That way, I don't have to deal with changing the name later, when the user wants to edit the file, or email it, or whatever. Jesse, thanks for pointing out the parameter within SCSetContainer, where you can designate a new filename. This will work for me. Cheers! Dave
Recommended Posts
This topic is 5402 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