Click here to Skip to main content
       

ASP.NET

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
QuestionHow to create loocal SMTP server in windowsmembersani_alam23 Jan '13 - 23:59 
AnswerRe: How to create loocal SMTP server in windowsmvpRichard MacCutchan24 Jan '13 - 1:54 
QuestionHow to extract data of a table.memberanubhaw.gupta23 Jan '13 - 20:06 
Questionhow to use ckeditor in asp.net?memberDaxiii23 Jan '13 - 0:09 
AnswerRe: how to use ckeditor in asp.net?membermark merrens23 Jan '13 - 5:31 
AnswerRe: how to use ckeditor in asp.net?mvpSandeep Mewara23 Jan '13 - 8:20 
Questionhow resize this image before uploadingmemberJassim Rahma22 Jan '13 - 8:44 
Hi,
 
I am using this code to upload using Ajaxuploader:
 
using (Stream stream = item.OpenStream())
{
    using (System.Drawing.Image img = System.Drawing.Image.FromStream(stream))
    {
        img.Save(Server.MapPath(String.Format("{0}/{1}/posts/{2}/{3}.png", Application["MemberMediaDirectory"], Session["volow_member_guid"], RouteData.Values["GUID"], image_guid)), ImageFormat.Png);
    }
}
I want to know how can I resize the image before uploading to 906width X 360height?

 
Technology News @ www.JassimRahma.com

AnswerRe: how resize this image before uploadingmemberjkirkerx22 Jan '13 - 12:25 
AnswerRe: how resize this image before uploadingmemberRichard Deeming23 Jan '13 - 1:53 
QuestionIssue in web farm scenario deployment ASP.NETmembermukeshgaharwar21 Jan '13 - 19:20 
AnswerRe: Issue in web farm scenario deployment ASP.NETmvpSandeep Mewara22 Jan '13 - 2:41 
QuestionWebResponsememberpit's_world21 Jan '13 - 1:50 
AnswerRe: WebResponsememberAli Al Omairi(Abu AlHassan)21 Jan '13 - 4:05 
Questioncolumn 'member_channel_name' does not belong to tablememberJassim Rahma20 Jan '13 - 9:57 
AnswerRe: column 'member_channel_name' does not belong to tablementorBrij20 Jan '13 - 21:52 
JokeRe: column 'member_channel_name' does not belong to tablememberjkirkerx22 Jan '13 - 12:32 
QuestionPost and Get process ASP.NET MVCmemberPatrik von Frieling20 Jan '13 - 5:10 
AnswerRe: Post and Get process ASP.NET MVCmemberdeflinek21 Jan '13 - 3:23 
QuestionResource files show empty contentmemberAli Al Omairi(Abu AlHassan)19 Jan '13 - 23:19 
AnswerRe: Resource files show empty contentmvpSandeep Mewara20 Jan '13 - 1:18 
GeneralRe: Resource files show empty contentmemberAli Al Omairi(Abu AlHassan)20 Jan '13 - 1:51 
GeneralRe: Resource files show empty contentmvpSandeep Mewara20 Jan '13 - 3:01 
QuestionViewState not working in UserControlmemberJassim Rahma19 Jan '13 - 5:29 
AnswerRe: ViewState not working in UserControl [modified]memberjkirkerx19 Jan '13 - 18:35 
AnswerRe: ViewState not working in UserControlmemberRichard Deeming21 Jan '13 - 2:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 17 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid