<?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: Multiple File Upload in PHP using DropzoneJS &#8211; Drag and Drop	</title>
	<atom:link href="https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/feed/" rel="self" type="application/rss+xml" />
	<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/</link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Wed, 21 Jun 2017 07:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: ANURAG BATRA		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-937</link>

		<dc:creator><![CDATA[ANURAG BATRA]]></dc:creator>
		<pubDate>Wed, 21 Jun 2017 07:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-937</guid>

					<description><![CDATA[sir,
it is not creating thumbnails for non image files how to create or show custom image at place of greyish box for non image files at time of upload]]></description>
			<content:encoded><![CDATA[<p>sir,<br />
it is not creating thumbnails for non image files how to create or show custom image at place of greyish box for non image files at time of upload</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shaniba Shanif		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-789</link>

		<dc:creator><![CDATA[Shaniba Shanif]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 06:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-789</guid>

					<description><![CDATA[Thank you so much. Using dropzone.js i am trying to create drag and drop feature to upload images.The above code uploads the image as soon as i drop the image, but i also wish to input following details in the form and on click of submit button it should get saved in database along with image. Can anyone help me for that.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much. Using dropzone.js i am trying to create drag and drop feature to upload images.The above code uploads the image as soon as i drop the image, but i also wish to input following details in the form and on click of submit button it should get saved in database along with image. Can anyone help me for that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj Kumar Singh		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-658</link>

		<dc:creator><![CDATA[Raj Kumar Singh]]></dc:creator>
		<pubDate>Sun, 21 Feb 2016 03:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-658</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-657&quot;&gt;Maria Phạm&lt;/a&gt;.

What kind of issue you are facing.]]></description>
			<content:encoded><![CDATA[<p>What kind of issue you are facing.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maria Phạm		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-657</link>

		<dc:creator><![CDATA[Maria Phạm]]></dc:creator>
		<pubDate>Sat, 20 Feb 2016 00:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-657</guid>

					<description><![CDATA[Nice post. thank u so much.]]></description>
			<content:encoded><![CDATA[<p>Nice post. thank u so much.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Web Rewrite		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-631</link>

		<dc:creator><![CDATA[Web Rewrite]]></dc:creator>
		<pubDate>Thu, 24 Dec 2015 11:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-631</guid>

					<description><![CDATA[Please check filename in form action.]]></description>
			<content:encoded><![CDATA[<p>Please check filename in form action.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: limon		</title>
		<link>https://webrewrite.com/create-drag-drop-multiple-file-upload-using-dropzonejs/#comment-624</link>

		<dc:creator><![CDATA[limon]]></dc:creator>
		<pubDate>Sun, 13 Dec 2015 02:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://webrewrite.com/?p=1757#comment-624</guid>

					<description><![CDATA[hi! your post is really interesting. I have been trying to use dropzone but with no success. I have followed every step I could find on the internet, even your steps to achieve this. When I upload the image the green mark appears and progress is completed 100 %. When doing a print on $_FILES on server side nothing happens. Dropzone calls directly this php function, so $_FILES should be available right? well, do you know what might be wrong with this? my code is exactly like yours..despite the upload folder. Oh, one more thing...I&#039;m using codeigniter. thanks!]]></description>
			<content:encoded><![CDATA[<p>hi! your post is really interesting. I have been trying to use dropzone but with no success. I have followed every step I could find on the internet, even your steps to achieve this. When I upload the image the green mark appears and progress is completed 100 %. When doing a print on $_FILES on server side nothing happens. Dropzone calls directly this php function, so $_FILES should be available right? well, do you know what might be wrong with this? my code is exactly like yours..despite the upload folder. Oh, one more thing&#8230;I&#8217;m using codeigniter. thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
