Re: acgi dispatcher problems...
Re: acgi dispatcher problems...
- Subject: Re: acgi dispatcher problems...
- From: Michael Schmidt <email@hidden>
- Date: Tue, 5 Dec 2006 16:25:45 +0100
Are you using GET or POST in the htmlformular? Maybe the length of
a "get" is limited, because it is the same as sending data with
the querystring.
Hi Michael,
Thanks for your reply. I'm using POST for this (part of my form
HTML shown below). I get similar problems for both multipart/form
data and url encoded.
<form action="http://xx.xxx.xx.xx/myapp.acgi" method="POST"
enctype="multipart/form-data">
<textarea id="submission_field" name="submission_field" rows="5"
cols="100"></textarea><p>
<input type="submit">
</form>
...might GET be a better option? (Still learning the ropes here!)
No, no, POST is the better one :-)
But you can try without the enctype-attribute. The form-data is
recommended for file upload via http formular!
CU
Michael Schmidt
Hamburg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden