• 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: grabbing data from a POST
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grabbing data from a POST


  • Subject: Re: grabbing data from a POST
  • From: David LeBer <email@hidden>
  • Date: Fri, 9 May 2008 12:51:55 -0400


On 9-May-08, at 12:47 PM, Joshua Paul wrote:

I followed the link, but I can't seem to get to the multipart iterator...

In your directAction:

WOMultipartIterator mpi = request().multipartIterator();

Doesn't work?

Anyone else? Help?!

On May 9, 2008, at 2:14 AM, Stefan Klein wrote:

Hi,

seems to be a problem with FileUpload. I never done this using a direct action.

I think the following may be a good starting point:
http://www.mail-archive.com/email@hidden/msg04304.html

Stefan

Joshua Paul schrieb:

headers: {remote_host = (::1); user-agent = (CFNetwork/221.5); document_root = (/Library/WebServer/Documents); server_name = (localhost); accept = (*/*); remote_addr = (::1); content-type = ("multipart/form-data, boundary=0194784892923"); server_admin = (email@hidden ); remote_port = (55798); connection = (close); server_software = (Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7l DAV/2); host = (localhost); accept-encoding = (gzip, deflate); x-webobjects- request-id = (482352030000001c000000af); script_uri = (http://localhost/cgi-bin/WebObjects/Ducere.woa/-5555/wa/uploadImage ); accept-language = (en-us); script_url = (/cgi-bin/WebObjects/ Ducere.woa/-5555/wa/uploadImage); x-webobjects-request-method = (POST); x-webobjects-adaptor-version = ("Apache"); content-length = ("435492"); script_filename = (/cgi-bin); server_port = (0); }


keys: null

values: null

On May 9, 2008, at 12:26 AM, Stefan Klein wrote:

Hi,

what did you see using:

      NSLog.debug.appendln("headers: " + request().headers());
      NSLog.debug.appendln("keys: " + request().formValueKeys());
      NSLog.debug.appendln("values: " + request().formValues());

Stefan

Joshua Paul schrieb:
That's just it, when I do that I get a NPE.

If I grab this.request().content() and write it to disk, I can see that the data is there (Content-Disposition, etc.).

Other thoughts?

On May 9, 2008, at 12:16 AM, Stefan Klein wrote:

Hi,

you can use request().formValueForKey("Filedata") in your DirectAction

Stefan

Joshua Paul schrieb:
I have data coming into my app via a POST in a DirectAction. I can obtain the data via:

  (WOInputStreamData) this.request().content()

But that's where I'm stumped. Once I've grabbed the raw data, how can I extract the form information/data from it?

Content-Disposition: form-data; name="Filedata"; filename="image.jpg"
Content-Type: application/octet-stream


ˇÿˇ‡JFIF†€ € C          ˇ¿ˇƒ

TIA.

--
Josh Paul
email@hidden

twitter: joshpaul
linkedin: joshpaul


NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects- email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


-- Josh Paul email@hidden

twitter: joshpaul
linkedin: joshpaul


NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer.




-- Josh Paul email@hidden

twitter: joshpaul
linkedin: joshpaul


NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer.



-- Josh Paul email@hidden

twitter: joshpaul
linkedin: joshpaul


NOTICE: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden

;david

--
David LeBer
Codeferous Software
'co-def-er-ous' adj. Literally 'code-bearing'
site:   http://codeferous.com
blog: http://davidleber.net
profile: http://www.linkedin.com/in/davidleber
--
Toronto Area Cocoa / WebObjects developers group:
http://tacow.org


Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >grabbing data from a POST (From: Joshua Paul <email@hidden>)
 >Re: grabbing data from a POST (From: Stefan Klein <email@hidden>)
 >Re: grabbing data from a POST (From: Joshua Paul <email@hidden>)
 >Re: grabbing data from a POST (From: Stefan Klein <email@hidden>)
 >Re: grabbing data from a POST (From: Joshua Paul <email@hidden>)
 >Re: grabbing data from a POST (From: Stefan Klein <email@hidden>)
 >Re: grabbing data from a POST (From: Joshua Paul <email@hidden>)

  • Prev by Date: Re: grabbing data from a POST
  • Next by Date: Re: grabbing data from a POST
  • Previous by thread: Re: grabbing data from a POST
  • Next by thread: Re: grabbing data from a POST
  • Index(es):
    • Date
    • Thread