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

Question

Question

Adding a file to a forms url string

asked on February 21, 2018

Is it possible to pass a file attachment to forms through the URL string?  Something like this: 

http://localhost/Forms/36CKO?Attachment=<binary_file_data>

If so, how would I need to format the file data?

0 0

Answer

SELECTED ANSWER
replied on February 21, 2018

No, I don't believe this is possible or feasible. Even if you encoded the file as, say, base64, browsers impose character limits on URLs - around 2000 characters. That's less than 2KB. Nowhere enough for any type of serious encoding.

0 0
replied on February 21, 2018

Thanks Ege... I kind of suspected that browsers would have limits.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.