Replacing file name on upload
-
Hi Josie,
I am trying to figure out how to setup an upload layout/webform for OCCC Open Challenge. As you know their filename requirement is quite specific. So my first approach is to create fields that would capture the data, like maker’s number, category and image number. Then I specified in Webform to replace filename with prefix: XX[~memnum][~cat][~imgnum]. cat and ingnum are option-list fields, so there is no problem. But the memnum is not, so this did not work.Next I tried using the full spec file name and no prefix attached, like XX011PD01. Upon upload, the filename was changed to XX011PD01_ with “_” added. This did not work either.
Is there any way to suppress the “_” ? Or is there a better approach to deal with O3C filename requirements for image uploads?
- The topic ‘Replacing file name on upload’ is closed to new replies.