<?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: ADF 11g &#8211; Validation of Uploaded Files with the inputFile component</title>
	<atom:link href="http://technology.amis.nl/2009/09/14/adf-11g-validation-of-uploaded-files-with-the-inputfile-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://technology.amis.nl/2009/09/14/adf-11g-validation-of-uploaded-files-with-the-inputfile-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adf-11g-validation-of-uploaded-files-with-the-inputfile-component</link>
	<description></description>
	<lastBuildDate>Fri, 12 Apr 2013 10:04:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: muhamamd arshad</title>
		<link>http://technology.amis.nl/2009/09/14/adf-11g-validation-of-uploaded-files-with-the-inputfile-component/#comment-5925</link>
		<dc:creator>muhamamd arshad</dc:creator>
		<pubDate>Mon, 20 Feb 2012 16:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6169#comment-5925</guid>
		<description><![CDATA[Aoa, Dear
it is very nice tutorial helped me a lot. Now i want to upload a image file in a blob column but i don&#039;t know how to do it. Please help me if you can
ThanksÂ  in advance]]></description>
		<content:encoded><![CDATA[<p>Aoa, Dear<br />
it is very nice tutorial helped me a lot. Now i want to upload a image file in a blob column but i don&#8217;t know how to do it. Please help me if you can<br />
ThanksÂ  in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto Tapia</title>
		<link>http://technology.amis.nl/2009/09/14/adf-11g-validation-of-uploaded-files-with-the-inputfile-component/#comment-5924</link>
		<dc:creator>Alberto Tapia</dc:creator>
		<pubDate>Wed, 29 Dec 2010 22:55:10 +0000</pubDate>
		<guid isPermaLink="false">http://technology.amis.nl/blog/?p=6169#comment-5924</guid>
		<description><![CDATA[Hi,
This is an excelent tutorial... congrats....
Well, currently im doig a little experiment with ADF (im pretty new with ADF)... and i am having some problems, and i hope if you can help me.
I downloaded this example, and i wan&#039;t to do some modifications... but the app just don&#039;t word :P
What im trying to do is that when you select a file, and the extension is a valid... it appear a new inputfile behind the one with the file &quot;loaded&quot; ....
Right now i have a button with &quot;add another file&quot; ... but isn&#039;t working right... cause when i click the button to add another inputfile the previous one just .. kind of &quot;reset&quot; ... i lost the file i already load...
in the button action i have that:

public void newInputFile() {
 String uniqueid = &quot;if&quot; + contadorId;
 RichInputFile inputFile = new RichInputFile();
 inputFile.setId(uniqueid);
 inputFile.setLabel(contadorId + &quot;.- Archivo: &quot;);
 inputFile.setInlineStyle(&quot;border-style:none;&quot;);
 panelForm.getChildren().add(inputFile);
 }
i already bind the panel form where i want to add the new input file...
right now i can add new&#039;s inputs files loosing the loaded previous one... but the original idea was that when i load a file and if the extension of the file is right... automatic create a new inputfile (but i spend several days working on that and nothing)
other issue i have is when i trying to add the value change listener at the new inputfile:Â inputFile.setValueChangeListener(); ... i don&#039;t now how to bind theÂ fileUpdate method...
Well i hope you can help me... thanks very much from Mexico :-]]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is an excelent tutorial&#8230; congrats&#8230;.<br />
Well, currently im doig a little experiment with ADF (im pretty new with ADF)&#8230; and i am having some problems, and i hope if you can help me.<br />
I downloaded this example, and i wan&#8217;t to do some modifications&#8230; but the app just don&#8217;t word <img src='http://technology.amis.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
What im trying to do is that when you select a file, and the extension is a valid&#8230; it appear a new inputfile behind the one with the file &#8220;loaded&#8221; &#8230;.<br />
Right now i have a button with &#8220;add another file&#8221; &#8230; but isn&#8217;t working right&#8230; cause when i click the button to add another inputfile the previous one just .. kind of &#8220;reset&#8221; &#8230; i lost the file i already load&#8230;<br />
in the button action i have that:</p>
<p>public void newInputFile() {<br />
 String uniqueid = &#8220;if&#8221; + contadorId;<br />
 RichInputFile inputFile = new RichInputFile();<br />
 inputFile.setId(uniqueid);<br />
 inputFile.setLabel(contadorId + &#8220;.- Archivo: &#8220;);<br />
 inputFile.setInlineStyle(&#8220;border-style:none;&#8221;);<br />
 panelForm.getChildren().add(inputFile);<br />
 }<br />
i already bind the panel form where i want to add the new input file&#8230;<br />
right now i can add new&#8217;s inputs files loosing the loaded previous one&#8230; but the original idea was that when i load a file and if the extension of the file is right&#8230; automatic create a new inputfile (but i spend several days working on that and nothing)<br />
other issue i have is when i trying to add the value change listener at the new inputfile:Â inputFile.setValueChangeListener(); &#8230; i don&#8217;t now how to bind theÂ fileUpdate method&#8230;<br />
Well i hope you can help me&#8230; thanks very much from Mexico :-]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
