Home
TeamSite
File naming conventions
PatWalters
We have TeamSite on a Solaris system and deploy the files to a Windows web server. Our current version of TeamSite allows you to name files with spaces, uppercase, etc. This causes problems when there are files like "Index.asp" and "index.asp". Both will go to the web server as "index.asp" Is there a way to prevent users from naming files improperly? Where would the settings be found?
Thanks!
Find more posts tagged with
Comments
Migrateduser
Before promoting the content to the web server check if the file name violets naming convention. Dont deploy the file to the web server if it fails the naming convention.
nipper
Workflow is probably the easiest way to do it (as specified above). You can also create a trigger on the createFSE event and force the filename to all lower (or all upper) case.
Andy
Sailesh
Suggest having put an submit rule where by any file not meeting the criteria does not get submitted.