Difference between revisions of "File Name Restriction"

From SmartWiki
Jump to: navigation, search
Line 3: Line 3:
 
To configure this feature, edit the custom field, and enter the file name you want to enforce on all uploaded files into SmartSimple, and save your changes.  
 
To configure this feature, edit the custom field, and enter the file name you want to enforce on all uploaded files into SmartSimple, and save your changes.  
  
[[Image:File_name_restriction.png|link=]]
+
[[Image:FileTypeRestriction.png|link=]]
  
 
The file name restriction feature is [[Variable processor|variable processor]] compatible for both [[Custom Field Type: Link – Single File|single file]] and [[Custom Field Type: Link – Multiple Files|multiple file uploads]]. Enforcing a file name does NOT affect the file extension.
 
The file name restriction feature is [[Variable processor|variable processor]] compatible for both [[Custom Field Type: Link – Single File|single file]] and [[Custom Field Type: Link – Multiple Files|multiple file uploads]]. Enforcing a file name does NOT affect the file extension.
 +
 +
When users upload their files, they will be presented with a message informing them that their files will be renamed per the naming convention you have specified:
 +
 +
[[Image:FileRenamedTo.png|link=]]
 +
 +
 +
When ''File Name Restriction'' is configured, multiple files uploaded to the same field will be named with version numbers. If your ''File Name Restriction'' is set to ''filename'', the first file uploaded will be renamed ''filename'', the second file uploaded will be renamed to ''V_1_filename'', etc.
 +
 +
 +
 +
Note that any spaces in file names specified will be replaced by the underscore character ("_").
 +
  
 
==See Also==
 
==See Also==

Revision as of 13:40, 17 July 2014

On Single File and Multiple File Upload fields, you can enforce a file naming convention to files uploaded to SmartSimple.

To configure this feature, edit the custom field, and enter the file name you want to enforce on all uploaded files into SmartSimple, and save your changes.

FileTypeRestriction.png

The file name restriction feature is variable processor compatible for both single file and multiple file uploads. Enforcing a file name does NOT affect the file extension.

When users upload their files, they will be presented with a message informing them that their files will be renamed per the naming convention you have specified:

FileRenamedTo.png


When File Name Restriction is configured, multiple files uploaded to the same field will be named with version numbers. If your File Name Restriction is set to filename, the first file uploaded will be renamed filename, the second file uploaded will be renamed to V_1_filename, etc.


Note that any spaces in file names specified will be replaced by the underscore character ("_").


See Also