Re: acgi dispatcher problems...
Re: acgi dispatcher problems...
- Subject: Re: acgi dispatcher problems...
- From: Rob Stott <email@hidden>
- Date: Tue, 5 Dec 2006 15:04:39 +0000
On 5 Dec 2006, at 14:15, Michael Schmidt wrote: 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">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!)
Cheers Rob |
_______________________________________________
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