Re: Retrieve attachment from a Post - mailgun

2014-08-08 Thread Luke Rehmann
> > Did you ever solve this? > Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails

Re: Retrieve attachment from a Post - mailgun

2013-03-22 Thread mday trades
I just responded, but I should have reiterated the flow the the application. It's basically as follows: 1. I send an email to mailgun 2. Mailgun parses the message and POSTS it to my web page/controller over HTTP 3. My application has a single controller (no models or views) with one method

Re: Retrieve attachment from a Post - mailgun

2013-03-20 Thread MDay
I just responded, but I should have reiterated the flow the the application. It's basically as follows: 1. I send an email to mailgun 2. Mailgun parses the message and POSTS it to my web page/controller over HTTP 3. My application has a single controller (no models or views) with one meth

Re: Retrieve attachment from a Post - mailgun

2013-03-20 Thread nickmi...@gmail.com
You can if you use behind the scenes iframes, there's jquery plugins for this. Sent from my HTC - Reply message - From: "jeet bajaj" To: Subject: Retrieve attachment from a Post - mailgun Date: Wed, Mar 20, 2013 05:01 You have not shown you code properly, as much as i a

Re: Retrieve attachment from a Post - mailgun

2013-03-20 Thread AD7six
Show the result of debug ($this->request->data); That will either answer the question for you or show the data isn't there to be accessed. AD On Tuesday, 19 March 2013 18:26:15 UTC+1, MDay wrote: > > hi there - hoping someone can help me with a simple issue I have having > with retrieving data

Re: Retrieve attachment from a Post - mailgun

2013-03-19 Thread jeet bajaj
You have not shown you code properly, as much as i am understanding you might be using ajax for submission of forms. Are you Posting form using Ajax??? If it is, then i will suggest you that ajax based form posting does not support file upload On Tue, Mar 19, 2013 at 10:56 PM, MDay wrote: > hi t

Retrieve attachment from a Post - mailgun

2013-03-19 Thread MDay
hi there - hoping someone can help me with a simple issue I have having with retrieving data from an HTTP Post. I am using mailgun to post an email message to a simple method in my application... Everything is working correctly except I can't get attachments out of the POST. I noticed that