Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - mulitpart boundary discrepancy

 
Thread Tools Search this Thread
Old 11-06-2004, 10:53 PM   #1
Default mulitpart boundary discrepancy


I'm doing a file upload via cgi.
The CONTENT_TYPE specifies a "boundary=" value that begins
with a bunch of ---- chars and a number after that.
When i actually retrieve the rawdata from stdin the
boundary marker that is in that data is 2 chars shorter,
2 of the '-' chars are always missing. Is that a known
problem, or is there some weirdity i dont know about that
you need to account for?

ie:
CONTENT_TYPE...
boundary=-----------------------------6558586991583571043559301039
but actual embedded boundary line is
"---------------------------6558586991583571043559301039"
2 '-' chars are missing in the actual stdin data.
Thanks
Eric




Eric
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump