<?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: Save images from Flash to your server using ASP.NET webservices</title>
	<atom:link href="http://ryanbosinger.com/blog/2008/saving-images-with-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/</link>
	<description>things I learn, as I learn them</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:16:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Casey</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-8524</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-8524</guid>
		<description>This is absolutely amazing!  Thanks so much.  How would I name the image using a variable from the ASPX page?  I would love to be able to name this photo using an ID or something like that.</description>
		<content:encoded><![CDATA[<p>This is absolutely amazing!  Thanks so much.  How would I name the image using a variable from the ASPX page?  I would love to be able to name this photo using an ID or something like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-7617</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-7617</guid>
		<description>I suggest using the full source of the webservice component you can download (using svn) from http://code.google.com/p/as3webservice/

Examples works great by the way!</description>
		<content:encoded><![CDATA[<p>I suggest using the full source of the webservice component you can download (using svn) from <a href="http://code.google.com/p/as3webservice/" rel="nofollow">http://code.google.com/p/as3webservice/</a></p>
<p>Examples works great by the way!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-7572</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-7572</guid>
		<description>here is the error thrown in CS4:
ReferenceError: Error #1065: Variable ComponentShim is not defined.</description>
		<content:encoded><![CDATA[<p>here is the error thrown in CS4:<br />
ReferenceError: Error #1065: Variable ComponentShim is not defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-7570</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-7570</guid>
		<description>Anyone ever discover why this will not compile in CS4? Im working on an app that uses CS4&#039;s 3D effects and therefore cannot use CS3.</description>
		<content:encoded><![CDATA[<p>Anyone ever discover why this will not compile in CS4? Im working on an app that uses CS4&#8217;s 3D effects and therefore cannot use CS3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mat</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-7442</link>
		<dc:creator>mat</dc:creator>
		<pubDate>Thu, 26 Nov 2009 15:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-7442</guid>
		<description>Is there a way to create a progress bar for the bytes uploaded using this aproach?</description>
		<content:encoded><![CDATA[<p>Is there a way to create a progress bar for the bytes uploaded using this aproach?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam I Am</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-6693</link>
		<dc:creator>Sam I Am</dc:creator>
		<pubDate>Thu, 15 Oct 2009 20:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-6693</guid>
		<description>How do I update the VB code to save jpeg files without a randomly generated file name but either an incremented filename or a filename with the date and time stamp on it or all of the above? 

For instance:
image001.jpg
image002.jpg

or

image10_15_09-16_42.jpg     (later part is military time 16:42)
image10_16_09-12_23.jpg

or something even close to any of these examples I just need a incremented name so reviewers of the file know what order they were saved in.</description>
		<content:encoded><![CDATA[<p>How do I update the VB code to save jpeg files without a randomly generated file name but either an incremented filename or a filename with the date and time stamp on it or all of the above? </p>
<p>For instance:<br />
image001.jpg<br />
image002.jpg</p>
<p>or</p>
<p>image10_15_09-16_42.jpg     (later part is military time 16:42)<br />
image10_16_09-12_23.jpg</p>
<p>or something even close to any of these examples I just need a incremented name so reviewers of the file know what order they were saved in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-2694</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Tue, 05 May 2009 11:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-2694</guid>
		<description>Hey thaks for the help. that is nice explation.</description>
		<content:encoded><![CDATA[<p>Hey thaks for the help. that is nice explation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-2494</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 28 Apr 2009 16:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-2494</guid>
		<description>found the answer if yuou compile in CS3 it compiles fine, but in CS4 it doesnt...

thats the answer not the solution... will let you all know ehn i hvae this...</description>
		<content:encoded><![CDATA[<p>found the answer if yuou compile in CS3 it compiles fine, but in CS4 it doesnt&#8230;</p>
<p>thats the answer not the solution&#8230; will let you all know ehn i hvae this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-2493</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-2493</guid>
		<description>ohh and thanks obviously to the guy who wrote it!!!!</description>
		<content:encoded><![CDATA[<p>ohh and thanks obviously to the guy who wrote it!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://ryanbosinger.com/blog/2008/saving-images-with-net/comment-page-1/#comment-2492</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 28 Apr 2009 15:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://ryanbosinger.com/blog/?p=42#comment-2492</guid>
		<description>Hi
Thanks to whom ever uploaded the C# code!

One point to note when opening a website in VStudio is to ensure you select file path on the lft hand side...

It works great...

When i try to recompile flash with no chnages it throuws the following output and complier error...

any ideas

USING CS4 


ReferenceError: Error #1065: Variable ComponentShim is not defined

5000: The class &#039;be.wellconsidered.services.Operation&#039; must subclass &#039;flash.display.MovieClip&#039; since it is linked to a library symbol of that type.

5000: The class &#039;be.wellconsidered.services.events.OperationEvent&#039; must subclass &#039;flash.display.MovieClip&#039; since it is linked to a library symbol of that type.

5000: The class &#039;be.wellconsidered.services.WebService&#039; must subclass &#039;flash.display.MovieClip&#039; since it is linked to a library symbol of that type.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks to whom ever uploaded the C# code!</p>
<p>One point to note when opening a website in VStudio is to ensure you select file path on the lft hand side&#8230;</p>
<p>It works great&#8230;</p>
<p>When i try to recompile flash with no chnages it throuws the following output and complier error&#8230;</p>
<p>any ideas</p>
<p>USING CS4 </p>
<p>ReferenceError: Error #1065: Variable ComponentShim is not defined</p>
<p>5000: The class &#8216;be.wellconsidered.services.Operation&#8217; must subclass &#8216;flash.display.MovieClip&#8217; since it is linked to a library symbol of that type.</p>
<p>5000: The class &#8216;be.wellconsidered.services.events.OperationEvent&#8217; must subclass &#8216;flash.display.MovieClip&#8217; since it is linked to a library symbol of that type.</p>
<p>5000: The class &#8216;be.wellconsidered.services.WebService&#8217; must subclass &#8216;flash.display.MovieClip&#8217; since it is linked to a library symbol of that type.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
