<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>action online &#187; Tools</title>
	<atom:link href="http://www.actiononline.biz/category/web/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actiononline.biz</link>
	<description>Technology &#038; Business blog of YDS Web Solution</description>
	<pubDate>Wed, 05 Nov 2008 01:20:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Java Powered Web-Based Drag and Drop Upload Script</title>
		<link>http://www.actiononline.biz/featured/java-powered-web-based-drag-and-drop-upload-script/</link>
		<comments>http://www.actiononline.biz/featured/java-powered-web-based-drag-and-drop-upload-script/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 11:14:56 +0000</pubDate>
		<dc:creator>Benj Arriola</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.actiononline.biz/?p=353</guid>
		<description><![CDATA[Uploading files to a webserver
Uploading files to a web server for whatever purpose can be done in several ways.

FTP
SSH
Web-Based Upload

Although each method has an advantage and disadvantage in using them, for many content management systems (CMS), often these are all web-based user interfaces where when required to upload some assets such as images, software binary [...]]]></description>
			<content:encoded><![CDATA[<h3>Uploading files to a webserver</h3>
<p>Uploading files to a web server for whatever purpose can be done in several ways.</p>
<ul>
<li>FTP</li>
<li>SSH</li>
<li>Web-Based Upload</li>
</ul>
<p>Although each method has an advantage and disadvantage in using them, for many content management systems (CMS), often these are all web-based user interfaces where when required to upload some assets such as images, software binary files for downloading, PDF files and other files, they are all done within the CMS interface that will rely on server-side scripting languages such as PHP, ASP, JSP or others to handle the file uploading. And each time a file is going to be uploaded, it will use plain HTML on the frontend for the form where each uploaded file is entered by hitting the <em>browse</em> button to be able to navigate your local computer and choose the files you need to upload.<span id="more-353"></span></p>
<p>With the use of Java, applets can be created where drag and drop files from the local computer folders to the web server are possible for file uploading.</p>
<h3>All file uploading methods are not that user-friendly to the non-technical user</h3>
<p>I personally know many people that love <a href="http://benjarriola.multiply.com/" target="_blank">Multiply</a> mainly because of their Photo Gallery. And personally, I like iFoto, Plogger and ZenPhoto way better than Multiply. My wife is one of the users that loves the Multiply photo gallery and they main reason is the convenience of running the Java powered file uploader.</p>
<p>They simply use a web-based interface and there is no need to press any browse button and navigate to where the files are and you have to do this 1 by 1 and they just drag the images into the webpage that is running the Java applet.</p>
<h3>Upload using Drag and Drop JUpload Java Web Applet</h3>
<p>Upload by dragging and dropping files into your own web server or any web hosting account using <a href="http://jupload.sourceforge.net/" target="_blank">JUpload</a>. With JUpload, you can turn a webpage into a drag and drop FTP page. This gives you the great convenience of multiple file selection for uploading as opposed to one by one uploading of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.actiononline.biz/featured/java-powered-web-based-drag-and-drop-upload-script/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
