<?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: Tutorial: How to Implement Uploadify into an Application</title>
	<atom:link href="http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/</link>
	<description>Pittsburgh Web Design » Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<lastBuildDate>Thu, 29 Sep 2011 16:22:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bruno Quintanaa</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8713</link>
		<dc:creator>Bruno Quintanaa</dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8713</guid>
		<description>Sorry, I forgot to put before! ehehe
&lt;i&gt;&quot;And I would like to make something like this:
&lt;code&gt;
&#039;folder&#039;: $folder_by_get;
&lt;/code&gt;&quot;&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to put before! ehehe<br />
<i>&#8220;And I would like to make something like this:<br />
<code><br />
'folder': $folder_by_get;<br />
</code>&#8220;</i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno Quintanaa</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8712</link>
		<dc:creator>Bruno Quintanaa</dc:creator>
		<pubDate>Mon, 01 Aug 2011 11:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8712</guid>
		<description>Hello! 
Congratulation for your code! I have a problem, I try to remplace on the file:

jquery.application.js
the line:
&lt;code&gt; 
&#039;folder&#039;    : &#039;files/&#039;, //folder to save uploads to
&lt;/code&gt; 
And I would like to make something like this:
&lt;code&gt; 
$folder_by_get = $_get[&#039;from_input&#039;];
&#039;folder&#039;: ;
&lt;/code&gt; 
Is possible? because I tried but Is not working, maybe I need to put in java, but I don&#039;t know to programming in Java, thank you in advanced!
:)</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Congratulation for your code! I have a problem, I try to remplace on the file:</p>
<p>jquery.application.js<br />
the line:<br />
<code><br />
'folder'    : 'files/', //folder to save uploads to<br />
</code><br />
And I would like to make something like this:<br />
<code><br />
$folder_by_get = $_get['from_input'];<br />
'folder': ;<br />
</code><br />
Is possible? because I tried but Is not working, maybe I need to put in java, but I don&#8217;t know to programming in Java, thank you in advanced!<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8703</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 08 Jul 2011 10:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8703</guid>
		<description>I&#039;ve just fixed my issue,

For anyone having the same issues as me and xlad above, do this.

In a virtual hosting environment (usually linux based) the DOCUMENT_ROOT in the document was returning the virtual path,

Where you actually need the full DIR path to the $targetPath.

To fix the issue of the file not showing you need to insert this code into js/uploadify/uploadify.php - Line 26

$_SERVER[&#039;DOCUMENT_ROOT&#039;] = str_ireplace($_SERVER[&#039;SCRIPT_NAME&#039;], &#039;&#039;, $_SERVER[&#039;SCRIPT_FILENAME&#039;]); 

Once you&#039;ve added that and you&#039;ve CHMOD&#039;d the files folder to 755 or 777, your uploadifty will upload the file and place it into the directory as originally intended.

Hope that helps someone!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just fixed my issue,</p>
<p>For anyone having the same issues as me and xlad above, do this.</p>
<p>In a virtual hosting environment (usually linux based) the DOCUMENT_ROOT in the document was returning the virtual path,</p>
<p>Where you actually need the full DIR path to the $targetPath.</p>
<p>To fix the issue of the file not showing you need to insert this code into js/uploadify/uploadify.php &#8211; Line 26</p>
<p>$_SERVER['DOCUMENT_ROOT'] = str_ireplace($_SERVER['SCRIPT_NAME'], &#8221;, $_SERVER['SCRIPT_FILENAME']); </p>
<p>Once you&#8217;ve added that and you&#8217;ve CHMOD&#8217;d the files folder to 755 or 777, your uploadifty will upload the file and place it into the directory as originally intended.</p>
<p>Hope that helps someone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwc</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8700</link>
		<dc:creator>gwc</dc:creator>
		<pubDate>Wed, 06 Jul 2011 05:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8700</guid>
		<description>Here is eg for every. That can save image file name and other information together in the database &lt;a href=&quot;http://www.webinone.net/php/how-to-add-image-name-and-other-information-together-in-uploadify&quot; rel=&quot;nofollow&quot;&gt;how-to-add-image-name-and-other-information-together-in-uploadify&lt;/a&gt;. I think you will get it.</description>
		<content:encoded><![CDATA[<p>Here is eg for every. That can save image file name and other information together in the database <a href="http://www.webinone.net/php/how-to-add-image-name-and-other-information-together-in-uploadify" rel="nofollow">how-to-add-image-name-and-other-information-together-in-uploadify</a>. I think you will get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjorn@elementMEDIA</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8695</link>
		<dc:creator>bjorn@elementMEDIA</dc:creator>
		<pubDate>Thu, 16 Jun 2011 10:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8695</guid>
		<description>My bad, mis-read hades post. I fixed by removing the &quot;sizeLimit&quot; in &quot;jquery.application.js&quot; file as suggested by Chris.

Cheers</description>
		<content:encoded><![CDATA[<p>My bad, mis-read hades post. I fixed by removing the &#8220;sizeLimit&#8221; in &#8220;jquery.application.js&#8221; file as suggested by Chris.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjorn@elementMEDIA</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8694</link>
		<dc:creator>bjorn@elementMEDIA</dc:creator>
		<pubDate>Thu, 16 Jun 2011 10:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8694</guid>
		<description>It seems no matter where I change the &quot;sizeLimit&quot; either in my javescript on the upload page or in the &quot;jquery.uploadify.v2.1.0.min.js&quot; file it still won&#039;t upload any of my images, my files are about 1.6MB.

My server is allowing 64MB file uploads so it&#039;s not that.

Any ideas???</description>
		<content:encoded><![CDATA[<p>It seems no matter where I change the &#8220;sizeLimit&#8221; either in my javescript on the upload page or in the &#8220;jquery.uploadify.v2.1.0.min.js&#8221; file it still won&#8217;t upload any of my images, my files are about 1.6MB.</p>
<p>My server is allowing 64MB file uploads so it&#8217;s not that.</p>
<p>Any ideas???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8666</link>
		<dc:creator>Pavan</dc:creator>
		<pubDate>Thu, 21 Apr 2011 09:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8666</guid>
		<description>Can any one provide me with a working example of Uplodify and Servlet

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Can any one provide me with a working example of Uplodify and Servlet</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: efoenix</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8654</link>
		<dc:creator>efoenix</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8654</guid>
		<description>thank you, i&#039;have download source, but it doesn&#039;t work, please help me</description>
		<content:encoded><![CDATA[<p>thank you, i&#8217;have download source, but it doesn&#8217;t work, please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waqas</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8531</link>
		<dc:creator>waqas</dc:creator>
		<pubDate>Fri, 11 Feb 2011 12:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8531</guid>
		<description>Thanks for a great tutorial.
I am having a problem in deleting an uploaded file, with the script provided above.
Please help me.</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial.<br />
I am having a problem in deleting an uploaded file, with the script provided above.<br />
Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binu</title>
		<link>http://www.cagintranet.com/archive/how-to-implement-uploadify-into-an-application/#comment-8155</link>
		<dc:creator>Binu</dc:creator>
		<pubDate>Tue, 01 Feb 2011 05:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=522#comment-8155</guid>
		<description>Hi,
I need one small help,the image is uploaded in the particular folder after i selected the images,but i want to store name of the image and id in database,that is not working...could you please help me

here is my code:

$(function() {
$(&#039;#custom_file_upload&#039;).uploadify({
  &#039;uploader&#039;       : &#039;http://mlpredesign.local/photogallery/uploadify.swf&#039;,
  &#039;script&#039;         : &#039;http://mlpredesign.local/photogallery/uploadify.php&#039;,
  &#039;cancelImg&#039;      : &#039;http://mlpredesign.local/photogallery/cancel.png&#039;,
  &#039;folder&#039;         : &#039;/photogallery/uploads&#039;,
  &#039;multi&#039;          : true,
  &#039;auto&#039;           : true,
  &#039;method&#039;         : &#039;post&#039;,
  &#039;fileExt&#039;        : &#039;*.jpg;*.gif;*.png&#039;,
  &#039;fileDesc&#039;       : &#039;Image Files (.JPG, .GIF, .PNG)&#039;,
  &#039;queueID&#039;        : &#039;custom-queue&#039;,
  &#039;queueSizeLimit&#039; : 10,
  &#039;simUploadLimit&#039; : 10,
  &#039;removeCompleted&#039;: false,
  &#039;hideButton&#039; : false,
  &#039;onSelectOnce&#039;   : function(event,data) {
      $(&#039;#status-message&#039;).text(data.filesSelected + &#039; files have been added to the queue.&#039;);
    },
  &#039;onAllComplete&#039;  : function(event,data) {
     $(&#039;#status-message&#039;).text(data.filesUploaded + &#039; files uploaded, &#039; + data.errors + &#039; errors.&#039;);
    },
  &#039;onComplete&#039; : function(event,queueID,fileObj,response,data) {
    $(&#039;#hiddenFormField&#039;).val(response);
 },  
 &#039;onAllComplete&#039; : function(event,data) {
  $(&#039;#frmphotogallery&#039;).submit();
// },
 });	
});</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I need one small help,the image is uploaded in the particular folder after i selected the images,but i want to store name of the image and id in database,that is not working&#8230;could you please help me</p>
<p>here is my code:</p>
<p>$(function() {<br />
$(&#8216;#custom_file_upload&#8217;).uploadify({<br />
  &#8216;uploader&#8217;       : &#8216;<a href="http://mlpredesign.local/photogallery/uploadify.swf&#039;" rel="nofollow">http://mlpredesign.local/photogallery/uploadify.swf&#039;</a>,<br />
  &#8216;script&#8217;         : &#8216;<a href="http://mlpredesign.local/photogallery/uploadify.php&#039;" rel="nofollow">http://mlpredesign.local/photogallery/uploadify.php&#039;</a>,<br />
  &#8216;cancelImg&#8217;      : &#8216;<a href="http://mlpredesign.local/photogallery/cancel.png&#039;" rel="nofollow">http://mlpredesign.local/photogallery/cancel.png&#039;</a>,<br />
  &#8216;folder&#8217;         : &#8216;/photogallery/uploads&#8217;,<br />
  &#8216;multi&#8217;          : true,<br />
  &#8216;auto&#8217;           : true,<br />
  &#8216;method&#8217;         : &#8216;post&#8217;,<br />
  &#8216;fileExt&#8217;        : &#8216;*.jpg;*.gif;*.png&#8217;,<br />
  &#8216;fileDesc&#8217;       : &#8216;Image Files (.JPG, .GIF, .PNG)&#8217;,<br />
  &#8216;queueID&#8217;        : &#8216;custom-queue&#8217;,<br />
  &#8216;queueSizeLimit&#8217; : 10,<br />
  &#8216;simUploadLimit&#8217; : 10,<br />
  &#8216;removeCompleted&#8217;: false,<br />
  &#8216;hideButton&#8217; : false,<br />
  &#8216;onSelectOnce&#8217;   : function(event,data) {<br />
      $(&#8216;#status-message&#8217;).text(data.filesSelected + &#8216; files have been added to the queue.&#8217;);<br />
    },<br />
  &#8216;onAllComplete&#8217;  : function(event,data) {<br />
     $(&#8216;#status-message&#8217;).text(data.filesUploaded + &#8216; files uploaded, &#8216; + data.errors + &#8216; errors.&#8217;);<br />
    },<br />
  &#8216;onComplete&#8217; : function(event,queueID,fileObj,response,data) {<br />
    $(&#8216;#hiddenFormField&#8217;).val(response);<br />
 },<br />
 &#8216;onAllComplete&#8217; : function(event,data) {<br />
  $(&#8216;#frmphotogallery&#8217;).submit();<br />
// },<br />
 });<br />
});</p>
]]></content:encoded>
	</item>
</channel>
</rss>

