[Catalyst] Handling uploaded file for multipart request

2014-04-18 Thread Chakkit Ngamsom
Hi All, I've trouble when handling uploaded file from my angularjs app + ngflow.js The ngflow.js script sends multipart as default. Please take a look dump data of $c-req here: http://dev.ibiz.so/tmp/catalyst_handling_multipart_upload.txt As the dump log, I think the file was uploaded

Re: [Catalyst] Handling uploaded file for multipart request

2014-04-18 Thread Hailin Hu
You can't get the content directly. The file uploaded is saved in the tmp directory. See doc below: http://search.cpan.org/~jjnapiork/Catalyst-Runtime-5.90061/lib/Catalyst/Request/Upload.pm On Fri, Apr 18, 2014 at 5:45 PM, Chakkit Ngamsom chak...@ibiz.co.th wrote: Hi All, I’ve trouble when