Nov 26, 2014; 09:40
Peter D Bethke
Binary Data over include_url
Hi All,
In my ongoing work with a restful service I=92m working with a feature that allows the uploading of binary data. With local apps I done this a million times, but this is the first time I=92ll be using the include_url tag as a stand-in essentially for the <form> tag.
I know that in order to upload files in the standard fashion, the form must be of encoding type multipart/form-data. My question is, when using the include_url tag, do I simply pass a pair of (=91enctype=92='multipart/form-data=92) into the -SendMIMEHeaders array to get the receiving server to expect binary data?
Also, more esoteric (but I know there are a lot of you who thrive on the esoteric :), I read a bit on StackOverflow about concerns with multipart/form-data that it can cause issues if the boundary character appears anywhere in the uploaded data (I=92m guessing this is similar to not having unencoded tab characters in the data of a tab delimited file). Any insight on this?
Best,
Peter
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Nov 26, 2014; 11:44
Steve Piercy - Website Builder
Re: Binary Data over include_url