<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://stuartmanning.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET - All Comments</title><link>http://stuartmanning.com/blogs/aspnet/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>re: Convert html image to cid - Embedding email images on the fly.</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#80</link><pubDate>Tue, 06 Jan 2009 13:09:23 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:80</guid><dc:creator>Stuart Manning</dc:creator><description>&lt;p&gt;&amp;quot;url\(['|\&amp;quot;&amp;quot;]+.*['|\&amp;quot;&amp;quot;]\)&amp;quot; is optional and looks for a CSS embedded image.&lt;/p&gt;
&lt;p&gt;you do not need your url as it will be capture only if the image resolves within your site.&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=80" width="1" height="1"&gt;</description></item><item><title>re: Convert html image to cid - Embedding email images on the fly.</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#79</link><pubDate>Mon, 05 Jan 2009 17:08:01 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:79</guid><dc:creator>Gail Sims</dc:creator><description>&lt;p&gt;I'm trying to convert the code to vb but I'm have a problem with string Pattern = @&amp;quot;url\(['|\&amp;quot;&amp;quot;]+.*['|\&amp;quot;&amp;quot;]\)|src=[&amp;quot;&amp;quot;|'][^&amp;quot;&amp;quot;']+[&amp;quot;&amp;quot;|']&amp;quot;; &amp;nbsp;Should I value url = to my url?&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=79" width="1" height="1"&gt;</description></item><item><title>re: Convert html image to cid - Embedding email images on the fly.</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#78</link><pubDate>Mon, 05 Jan 2009 15:41:14 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:78</guid><dc:creator>Stuart Manning</dc:creator><description>&lt;p&gt;Gail,&lt;/p&gt;
&lt;p&gt;Hope you getting on fine with your C# learning.&lt;/p&gt;
&lt;p&gt;In response, the demo was to grab a local hosted image inside the site running the code example.&lt;/p&gt;
&lt;p&gt;It would be possible to grab the images from an external source, but not recommended. I would suggest copying the files locally.&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=78" width="1" height="1"&gt;</description></item><item><title>re: Convert html image to cid - Embedding email images on the fly.</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#77</link><pubDate>Sun, 04 Jan 2009 21:05:35 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:77</guid><dc:creator>Gail SIms</dc:creator><description>&lt;p&gt;I am new to coding C#. &amp;nbsp;SHould the url be substituted with the address of &amp;nbsp;the web page with the image(s) to be displayed in the email. &amp;nbsp;My email address is gsims@ldol,state.la.us.&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=77" width="1" height="1"&gt;</description></item><item><title>re: Large File upload. SwfUpload &amp; C#</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/19/large-file-upload-swfupload-amp-c.aspx#76</link><pubDate>Wed, 31 Dec 2008 17:56:23 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:76</guid><dc:creator>Vik</dc:creator><description>&lt;p&gt;Stuart, &lt;/p&gt;
&lt;p&gt;I am still not able to get this to work. The front end works fine, but I can't seem to capture the fiel in upload.aspx. It never hits my breakpoint in upload.aspx.cs (Page_load) . That makes me think it is not workig. Here is the log from SWFUlload if it helps.&lt;/p&gt;
&lt;p&gt;I would really appreciate you help and thanks in Advance&lt;/p&gt;
&lt;p&gt;---SWFUpload Instance Info---&lt;/p&gt;
&lt;p&gt;Version: 2.1.0&lt;/p&gt;
&lt;p&gt;Movie Name: SWFUpload_0&lt;/p&gt;
&lt;p&gt;Settings:&lt;/p&gt;
&lt;p&gt;	upload_url: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ../uploader.aspx&lt;/p&gt;
&lt;p&gt;	use_query_string: &amp;nbsp; &amp;nbsp; &amp;nbsp; false&lt;/p&gt;
&lt;p&gt;	file_post_name: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Filedata&lt;/p&gt;
&lt;p&gt;	post_params: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[object Object]&lt;/p&gt;
&lt;p&gt;	file_types: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *.XML&lt;/p&gt;
&lt;p&gt;	file_types_description: XML Files&lt;/p&gt;
&lt;p&gt;	file_size_limit: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;102400&lt;/p&gt;
&lt;p&gt;	file_upload_limit: &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;	file_queue_limit: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;	flash_url: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;swfupload/swfupload_f8.swf&lt;/p&gt;
&lt;p&gt;	flash_color: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#FFFFFF&lt;/p&gt;
&lt;p&gt;	debug: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	custom_settings: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[object Object]&lt;/p&gt;
&lt;p&gt;Event Handlers:&lt;/p&gt;
&lt;p&gt;	swfupload_loaded_handler assigned: &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	file_dialog_start_handler assigned: false&lt;/p&gt;
&lt;p&gt;	file_queued_handler assigned: &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/p&gt;
&lt;p&gt;	file_queue_error_handler assigned: &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	upload_start_handler assigned: &amp;nbsp; &amp;nbsp; &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	upload_progress_handler assigned: &amp;nbsp; true&lt;/p&gt;
&lt;p&gt;	upload_error_handler assigned: &amp;nbsp; &amp;nbsp; &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	upload_success_handler assigned: &amp;nbsp; &amp;nbsp;true&lt;/p&gt;
&lt;p&gt;	upload_complete_handler assigned: &amp;nbsp; true&lt;/p&gt;
&lt;p&gt;	debug_handler assigned: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true&lt;/p&gt;
&lt;p&gt;SWF DEBUG: SWFUpload Init Complete&lt;/p&gt;
&lt;p&gt;SWF DEBUG: &lt;/p&gt;
&lt;p&gt;SWF DEBUG: ----- SWF DEBUG OUTPUT ----&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Build Number: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SWFUPLOAD 2.1.0 FP8 2008-05-12&lt;/p&gt;
&lt;p&gt;SWF DEBUG: movieName: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SWFUpload_0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Upload URL: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ../uploader.aspx&lt;/p&gt;
&lt;p&gt;SWF DEBUG: File Types String: &amp;nbsp; &amp;nbsp; &amp;nbsp;*.XML&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Parsed File Types: &amp;nbsp; &amp;nbsp; &amp;nbsp;xml&lt;/p&gt;
&lt;p&gt;SWF DEBUG: File Types Description: XML Files (*.XML)&lt;/p&gt;
&lt;p&gt;SWF DEBUG: File Size Limit: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;104857600 bytes&lt;/p&gt;
&lt;p&gt;SWF DEBUG: File Upload Limit: &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: File Queue Limit: &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Post Params:&lt;/p&gt;
&lt;p&gt;SWF DEBUG: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASPSESSID=xd02ql45ffyzjc30rklthc55&lt;/p&gt;
&lt;p&gt;SWF DEBUG: ----- END SWF DEBUG OUTPUT ----&lt;/p&gt;
&lt;p&gt;SWF DEBUG: &lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: fileDialogStart : Browsing files. Multi Select. Allowed file types: *.XML&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Select Handler: Received the files selected from the dialog. Processing the file list...&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: fileQueued : File ID: SWFUpload_0_0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: fileDialogComplete : Finished adding files&lt;/p&gt;
&lt;p&gt;SWF DEBUG: StartUpload: First file in queue&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Global URL Item: ASPSESSID=xd02ql45ffyzjc30rklthc55&lt;/p&gt;
&lt;p&gt;SWF DEBUG: ReturnUploadStart(): File accepted by startUpload event and readied for upload. &amp;nbsp;Starting upload to ../uploader.aspx?ASPSESSID=xd02ql45ffyzjc30rklthc55 for File ID: SWFUpload_0_0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: uploadProgress(OPEN): File ID: SWFUpload_0_0&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: uploadProgress: File ID: SWFUpload_0_0. Bytes: 1338. Total: 1338&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: uploadSuccess: File ID: SWFUpload_0_0 Data: n/a in Flash 8&lt;/p&gt;
&lt;p&gt;SWF DEBUG: Event: uploadComplete : Upload cycle complete.&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=76" width="1" height="1"&gt;</description></item><item><title>Embedding images from HTML on the fly in a MailMessage</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#69</link><pubDate>Thu, 20 Nov 2008 16:21:55 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:69</guid><dc:creator>Blog of Developer Mikkel Ovesen</dc:creator><description>&lt;p&gt;Embedding images from HTML on the fly in a MailMessage&lt;/p&gt;&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=69" width="1" height="1"&gt;</description></item><item><title>Embedding images from HTML on fly in a MailMessage</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/21/convert-html-image-to-cid-embedding-email-images-on-the-fly.aspx#68</link><pubDate>Thu, 20 Nov 2008 16:21:38 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:68</guid><dc:creator>Blog of Developer Mikkel Ovesen</dc:creator><description>&lt;p&gt;Embedding images from HTML on fly in a MailMessage&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=68" width="1" height="1"&gt;</description></item><item><title>re: Large File upload. SwfUpload &amp; C#</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/19/large-file-upload-swfupload-amp-c.aspx#65</link><pubDate>Wed, 05 Nov 2008 22:46:39 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:65</guid><dc:creator>Diego</dc:creator><description>&lt;p&gt;Stuart,&lt;/p&gt;
&lt;p&gt;It works now, this was an invaluable starting point for me. Thanks LOT !!!&lt;/p&gt;
&lt;p&gt;;)&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=65" width="1" height="1"&gt;</description></item><item><title>re: Large File upload. SwfUpload &amp; C#</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/19/large-file-upload-swfupload-amp-c.aspx#63</link><pubDate>Wed, 05 Nov 2008 02:34:06 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:63</guid><dc:creator>Stuart Manning</dc:creator><description>&lt;p&gt;&amp;lt;pre&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;link href=&amp;quot;/swfupload/css/custom.css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/swfupload/swfupload.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot; /swfupload/js/swfupload.graceful_degradation.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot; /swfupload/js/swfupload.queue.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot; /swfupload/js/fileprogress.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/ swfupload/js/handlers.js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/pre&amp;gt;&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=63" width="1" height="1"&gt;</description></item><item><title>re: Large File upload. SwfUpload &amp; C#</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/19/large-file-upload-swfupload-amp-c.aspx#62</link><pubDate>Wed, 05 Nov 2008 02:31:29 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:62</guid><dc:creator>Stuart Manning</dc:creator><description>&lt;p&gt;Diego, thats pretty much it.. &lt;/p&gt;
&lt;p&gt;I might have pulled a few extra lines of addition business logic.. but it should be intact.. where can i help you?&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=62" width="1" height="1"&gt;</description></item><item><title>re: Large File upload. SwfUpload &amp; C#</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/19/large-file-upload-swfupload-amp-c.aspx#61</link><pubDate>Tue, 04 Nov 2008 18:23:36 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:61</guid><dc:creator>Diego</dc:creator><description>&lt;p&gt;It&amp;#39;s possible to have a working code of your implementation please ?&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=61" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET: Restrict Dimensions While Uploading Images With The FileUpload Control</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/07/18/asp-net-restrict-dimensions-while-uploading-images-with-the-fileupload-control.aspx#59</link><pubDate>Mon, 04 Aug 2008 20:08:40 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:59</guid><dc:creator>Some.Net(Guy)</dc:creator><description>&lt;p&gt;Thanks for the link!&lt;/p&gt;
&lt;p&gt;-Jason&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=59" width="1" height="1"&gt;</description></item><item><title>re: Client Side problem with maximum characters for multiline asp:textbox</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/04/09/asp-textbox-client-side-problem-with-maximum-characters.aspx#44</link><pubDate>Sat, 05 Jul 2008 08:28:09 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:44</guid><dc:creator>US</dc:creator><description>&lt;p&gt;Hi Stuart,&lt;/p&gt;
&lt;p&gt;Thanks for this post. It's exactly what I need.&lt;/p&gt;
&lt;p&gt;Best regards from Switzerland&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=44" width="1" height="1"&gt;</description></item><item><title>re: asp:textbox Client Side problem with maximum characters</title><link>http://stuartmanning.com/blogs/aspnet/archive/2008/04/09/asp-textbox-client-side-problem-with-maximum-characters.aspx#43</link><pubDate>Wed, 09 Apr 2008 11:21:49 GMT</pubDate><guid isPermaLink="false">07788d0d-e107-40d4-a63a-d174bcccc593:43</guid><dc:creator>leelowe</dc:creator><description>&lt;p&gt;Very, very helpful! &amp;nbsp;Thanks :-)&lt;/p&gt;
&lt;img src="http://stuartmanning.com/aggbug.aspx?PostID=43" width="1" height="1"&gt;</description></item></channel></rss>