You are viewing limited content. For full access, please sign in.

Question

Question

Grab File Uploads View Auth UUID in Forms using Javascript

asked on August 12, 2020 Show version history

With Uploaded files, it appears Laserfiche forms assigns a rotating Auth Key for viewing and downloading the file, similar to this.

 

http://FORMSURL/handlers/downloadattachment.ashx?req=DownLoad&aid=1111&authkey=UUIDHERE

 

How can I go about grabbing that authkey UUID when a form loads on a form that DOES NOT HAVE ANY file attachments present, via Javascript(If possible)?

Thanks

0 0

Replies

replied on August 12, 2020

Answered my own question. I found it is located in the form HTML as

<input type="hidden" name="uqid" value="UUID">

 

From there I was able to pull it in with JS.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.