<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: jQuery Image Cropper with Uploader</title>
	<atom:link href="http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/feed/" rel="self" type="application/rss+xml" />
	<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/</link>
	<description>useful drops of code</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:42:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dakine</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4875</link>
		<dc:creator>dakine</dc:creator>
		<pubDate>Tue, 01 Jun 2010 23:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4875</guid>
		<description>AHA....

Found it.

Thanks again for you quick reply earlier Cody.  The server I usually use runs php5, this one I&#039;m on at the moment is running php4.  That&#039;s the issue!

Changed htaccess file to force php5 rendering and all is happy now!!

D.</description>
		<content:encoded><![CDATA[<p>AHA&#8230;.</p>
<p>Found it.</p>
<p>Thanks again for you quick reply earlier Cody.  The server I usually use runs php5, this one I&#8217;m on at the moment is running php4.  That&#8217;s the issue!</p>
<p>Changed htaccess file to force php5 rendering and all is happy now!!</p>
<p>D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dakine</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4874</link>
		<dc:creator>dakine</dc:creator>
		<pubDate>Tue, 01 Jun 2010 22:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4874</guid>
		<description>Hi,
Thanks for the quick reply!
The files are uploaded to a server.  All folders have been set to full 777 access.
It actually DOES upload the file (sort of) but it never appears as in the demo.  But if you f5 after the error then the small starting thumbnail photo over the upload button has changed to whatever image was last attempted to upload.  It&#039;s like the upload goes fine and then when it hits &#039;complete&#039; something in that next step fails.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the quick reply!<br />
The files are uploaded to a server.  All folders have been set to full 777 access.<br />
It actually DOES upload the file (sort of) but it never appears as in the demo.  But if you f5 after the error then the small starting thumbnail photo over the upload button has changed to whatever image was last attempted to upload.  It&#8217;s like the upload goes fine and then when it hits &#8216;complete&#8217; something in that next step fails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4871</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4871</guid>
		<description>Hi dakine,
the uploadify.php mentioned in the jquery.uploadify.v2.1.0.js is the default value. In the index file, it&#039;s set as upload.php, so it will be overwritten. 
Could you try checking the permissions of the photos folder? That could be one of the causes... BTW, where are you using this? On your server? Locally? In the root folder?
Cheers</description>
		<content:encoded><![CDATA[<p>Hi dakine,<br />
the uploadify.php mentioned in the jquery.uploadify.v2.1.0.js is the default value. In the index file, it&#8217;s set as upload.php, so it will be overwritten.<br />
Could you try checking the permissions of the photos folder? That could be one of the causes&#8230; BTW, where are you using this? On your server? Locally? In the root folder?<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dakine</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4870</link>
		<dc:creator>dakine</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4870</guid>
		<description>one possible something...

the jquery.uploadify.v2.1.0.js file makes reference to php file: uploadify.php

&quot;script         : &#039;uploadify.php&#039;, // The path to the uploadify backend upload script&quot;

but that file is not included in the zip file</description>
		<content:encoded><![CDATA[<p>one possible something&#8230;</p>
<p>the jquery.uploadify.v2.1.0.js file makes reference to php file: uploadify.php</p>
<p>&#8220;script         : &#8216;uploadify.php&#8217;, // The path to the uploadify backend upload script&#8221;</p>
<p>but that file is not included in the zip file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dakine</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4869</link>
		<dc:creator>dakine</dc:creator>
		<pubDate>Tue, 01 Jun 2010 21:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4869</guid>
		<description>I love the demo!  It looks like it works great.  But, in the download code version there seems to be something wrong somewhere...  I have exactly the same problem as Carlos.  It&#039;s definitely not a file size issue.  A 50kb image uploads seemingly fine.  But on completion the image fails to appear in firefox, chrome, or ie.  IE give a javascript error:  &#039;null&#039; is null or not an object.  I tried the newer v1.1 with exactly the same issue. 
:o (</description>
		<content:encoded><![CDATA[<p>I love the demo!  It looks like it works great.  But, in the download code version there seems to be something wrong somewhere&#8230;  I have exactly the same problem as Carlos.  It&#8217;s definitely not a file size issue.  A 50kb image uploads seemingly fine.  But on completion the image fails to appear in firefox, chrome, or ie.  IE give a javascript error:  &#8216;null&#8217; is null or not an object.  I tried the newer v1.1 with exactly the same issue.<br />
:o (</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dani8</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4388</link>
		<dc:creator>dani8</dc:creator>
		<pubDate>Sat, 24 Apr 2010 23:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4388</guid>
		<description>how ??? combine with data base mysql??

how to insert file ext to data base mysql????

thank u</description>
		<content:encoded><![CDATA[<p>how ??? combine with data base mysql??</p>
<p>how to insert file ext to data base mysql????</p>
<p>thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cody</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4155</link>
		<dc:creator>cody</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4155</guid>
		<description>Hi Carlos!
I have tested it on my local machine and it seems to work fine. I have read some other comments that it doesn&#039;t work, but I am not sure what exactly is causing that problem, since it&#039;s working for me either on my local machine or here at Codrops. The only reason I could think of, is the size of the image you are uploading. Try to upload some small image first. You can set a different limit in the script afterwards.
Let me know your results. I will try to find out what the problem might be. 
Regards</description>
		<content:encoded><![CDATA[<p>Hi Carlos!<br />
I have tested it on my local machine and it seems to work fine. I have read some other comments that it doesn&#8217;t work, but I am not sure what exactly is causing that problem, since it&#8217;s working for me either on my local machine or here at Codrops. The only reason I could think of, is the size of the image you are uploading. Try to upload some small image first. You can set a different limit in the script afterwards.<br />
Let me know your results. I will try to find out what the problem might be.<br />
Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4154</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4154</guid>
		<description>To continue my last comment, i tried a basic alert(&#039;hello&#039;); on uploadify onComplete function and it doesn&#039;t work. Please help...</description>
		<content:encoded><![CDATA[<p>To continue my last comment, i tried a basic alert(&#8216;hello&#8217;); on uploadify onComplete function and it doesn&#8217;t work. Please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-4153</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Mon, 08 Mar 2010 20:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-4153</guid>
		<description>Uploaded this to my domain and could not get it to work at all. I can upload an image fine but jcrop never appears so i can crop the image. Any ideas what i could do to get this working cos I love it and need it.</description>
		<content:encoded><![CDATA[<p>Uploaded this to my domain and could not get it to work at all. I can upload an image fine but jcrop never appears so i can crop the image. Any ideas what i could do to get this working cos I love it and need it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 20 Plugins para jQuery &#124; Renan Lima</title>
		<link>http://tympanus.net/codrops/2009/10/17/jquery-image-cropper-with-uploader/comment-page-1/#comment-2018</link>
		<dc:creator>20 Plugins para jQuery &#124; Renan Lima</dc:creator>
		<pubDate>Thu, 07 Jan 2010 16:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://tympanus.net/codrops/?p=692#comment-2018</guid>
		<description>[...] Crop com Upload &#8211; Permite enviar uma imagem e aparecer aquele recurso de cortar a foto, semelhante ao [...]</description>
		<content:encoded><![CDATA[<p>[...] Crop com Upload &#8211; Permite enviar uma imagem e aparecer aquele recurso de cortar a foto, semelhante ao [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: tympanus.net @ 2010-07-30 02:24:15 -->