php - jQueryFileUpload resize images while directly uploading to S3 -


I'm using terrible now I have to open the server-side option upload_dir directly on the S3 By replacing the server with S3 like this:

  $ this-> Options = array ('Upload_dir' = & gt; 's3: //'.$this-> bucket.' / '. $ This- & gt; Prefix,  

It was very easy i was shocked but always have a hold and hold that now you can not generate the thumbnail server side.

I think the problem is handle_image_file () With and $ file_path instead of the SMAP directory for image processing is the S3 URL where the file is uploaded.

Is a TMP directory Processing an image in Or better yet, how can I use the S3 file for that image processing?

Any help?


Comments