• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: acgi dispatcher problems...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: acgi dispatcher problems...
      • From: Rob Stott <email@hidden>
References: 
 >Re: Mount Volume in OS 10.4 (From: Jan Bultereys <email@hidden>)
 >acgi dispatcher problems... (From: Rob Stott <email@hidden>)
 >Re: acgi dispatcher problems... (From: Michael Schmidt <email@hidden>)
 >Re: acgi dispatcher problems... (From: Rob Stott <email@hidden>)

  • Prev by Date: Re: acgi dispatcher problems...
  • Next by Date: Re: XML question
  • Previous by thread: Re: acgi dispatcher problems...
  • Next by thread: Re: acgi dispatcher problems...
  • Index(es):
    • Date
    • Thread