File upload – pre-fill filename
-
My Windows app creates a URL that will pre-populate several fields of my Forminator Form and this works as expected. A new requirement is to upload a pre-determined text file once in a while.
App copies the local file location to the clipboard and executes the pre-populated URL. Form includes option to upload one file via field defined as:
{upload-1}
Field Labels:
. Type: Single
. Label: AttachFile
. Description: Click Choose File, then Right-Click at the cursor and PasteI can’t find a tag that could be used to pre-fill the FileName. Ideally, I would rather pass the FileName to be uploaded and avoid confusing the user or opening the door for typing the path\filename which could lead to typos that fail to find the file.
Is it wishful thinking or is there a way to populate the FileName so it would bypass the requirement for the user to click the Choose File button before seeing the FileName to be uploaded?
You must be logged in to reply to this topic.