Comments on: SWF image upload & crop for php using jQuery /2010/07/swf-image-upload-crop-for-php-using-jquery/ Fri, 16 Nov 2012 05:37:18 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: Merv Forney /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-64180 Merv Forney Thu, 01 Dec 2011 13:58:33 +0000 /?p=168#comment-64180 Was having a problem with the server i a shared host environment returning a server 412 error. Was advised to put the following in .htaccess: SetEnvIfNoCase Content-Type \ "^multipart/form-data;" "MODSEC_NOPOSTBUFFERING=Do not buffer file uploads" Success! Fixed the problem. Was having a problem with the server i a shared host environment returning a server 412 error. Was advised to put the following in .htaccess:

SetEnvIfNoCase Content-Type \
“^multipart/form-data;” “MODSEC_NOPOSTBUFFERING=Do not buffer file uploads”

Success! Fixed the problem.

]]>
By: Phillip /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-10044 Phillip Fri, 11 Feb 2011 15:51:48 +0000 /?p=168#comment-10044 Hello, there is a problem if i need 750x530 size. Thumb show good, but select area is proportional. Is it possible to change? Hello,

there is a problem if i need 750×530 size. Thumb show good, but select area is proportional. Is it possible to change?

]]>
By: chandresh /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-7816 chandresh Wed, 02 Feb 2011 13:02:43 +0000 /?p=168#comment-7816 hello i m facing a problem when i downloading ur code in my local then changing the base url to my directory then i m getting error regarding file can't to be upload for permissions. and all my permissions are set to 777 so how to do this its urgent hello
i m facing a problem
when i downloading ur code in my local then changing the base url to my directory then i m getting error regarding file can’t to be upload
for permissions. and all my permissions are set to 777 so how to do this
its urgent

]]>
By: Claudia /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-3365 Claudia Fri, 26 Nov 2010 14:48:17 +0000 /?p=168#comment-3365 Hi, Probably there is something wrong in the paths you are using. Check them. Hi,

Probably there is something wrong in the paths you are using. Check them.

]]>
By: Mauro /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-3240 Mauro Wed, 24 Nov 2010 11:26:06 +0000 /?p=168#comment-3240 Hello! I had a problem when I change the config.php file. swap the base url and put the url of my site in the appropriate folder when I load a file, when the progress bar ends, you get this error: "Error while trying yo comunicate with the server!" any ideas? the site is: http://www.snappminds.com/mauro/php_template_3/TO_DO/swf_upload_and_crop/swf_upload_and_crop/ Very good all and thanks Hello!
I had a problem when I change the config.php file.
swap the base url and put the url of my site in the appropriate folder
when I load a file, when the progress bar ends, you get this error:
“Error while trying yo comunicate with the server!”

any ideas?
the site is:
http://www.snappminds.com/mauro/php_template_3/TO_DO/swf_upload_and_crop/swf_upload_and_crop/

Very good all and thanks

]]>
By: Claudia /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-427 Claudia Mon, 06 Sep 2010 07:30:44 +0000 /?p=168#comment-427 Hi Antony, "/swf_upload_and_crop/js/functions.js" is a "homemade" file containing js functions. I created this file to split somehow, the html from js functions, because as you may now you can use the js functions directly in your html code, using an <script> tag. So, it isn't a standard file. Hi Antony,

“/swf_upload_and_crop/js/functions.js” is a “homemade” file containing js functions. I created this file to split somehow, the html from js functions, because as you may now you can use the js functions directly in your html code, using an

]]>
By: antony /2010/07/swf-image-upload-crop-for-php-using-jquery/comment-page-1/#comment-423 antony Mon, 06 Sep 2010 04:22:21 +0000 /?p=168#comment-423 on the following line <script type="text/javascript" src="/swf_upload_and_crop/js/functions.js"> where are you getting functions.js? (is it a standard file?) on the following line

<script type="text/javascript" src="/swf_upload_and_crop/js/functions.js”>

where are you getting functions.js? (is it a standard file?)

]]>