Click here to Skip to main content
15,885,244 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Load on ocx to html page Pin
Kornfeld Eliyahu Peter23-Jun-14 0:44
professionalKornfeld Eliyahu Peter23-Jun-14 0:44 
Questionaccount verification after registration Pin
Member 936602121-Jun-14 5:01
professionalMember 936602121-Jun-14 5:01 
QuestionHow to find [img] [/img] tag from a text or HTML Pin
Mrinmoy Das19-Jun-14 5:07
Mrinmoy Das19-Jun-14 5:07 
QuestionYoutube custom player like edx use Pin
John.smith18-Jun-14 0:19
John.smith18-Jun-14 0:19 
QuestionInteractive 3d modeling web appication Pin
Member 1088887616-Jun-14 19:42
Member 1088887616-Jun-14 19:42 
QuestionFacebook login Pin
Member 1088717016-Jun-14 0:52
Member 1088717016-Jun-14 0:52 
AnswerRe: Facebook login Pin
Kornfeld Eliyahu Peter16-Jun-14 1:16
professionalKornfeld Eliyahu Peter16-Jun-14 1:16 
QuestionUploaded files are excluded from the folder Pin
HumaMunir10-Jun-14 22:54
HumaMunir10-Jun-14 22:54 
Hello Everyone,

I am uploading an image file using asp file upload control.

This is my code to upload the file in the folder.

C#
public string UploadPicture()
     {
     if(fuImage.HasFile )
         try
         {

             fuImage.SaveAs(Server.MapPath("~/assets/ImgNewsletter/") + fuImage.FileName );
             string imagePath = "~/assets/ImgNewsletter/" + fuImage.FileName;
             return imagePath;
         }
         catch (Exception ex)
         {
             return "";
         }
     return "";
     }


and I have added this in my web.config

<httpRuntime executionTimeout="3600"
                   maxRequestLength="1048576"
                   useFullyQualifiedRedirectUrl="false"
                   minFreeThreads="8"
                   minLocalRequestFreeThreads="4"
                   appRequestQueueLimit="100"/>


My problem is that even after the files are uploaded, they are excluded from my ASP.Net project. Kindly let me know whats wrong with my code?


Many Thanks,
Regards

HumaMunir

AnswerRe: Uploaded files are excluded from the folder Pin
Kornfeld Eliyahu Peter11-Jun-14 1:15
professionalKornfeld Eliyahu Peter11-Jun-14 1:15 
GeneralRe: Uploaded files are excluded from the folder Pin
HumaMunir11-Jun-14 20:04
HumaMunir11-Jun-14 20:04 
GeneralRe: Uploaded files are excluded from the folder Pin
Richard MacCutchan11-Jun-14 21:51
mveRichard MacCutchan11-Jun-14 21:51 
GeneralRe: Uploaded files are excluded from the folder Pin
HumaMunir11-Jun-14 23:09
HumaMunir11-Jun-14 23:09 
GeneralRe: Uploaded files are excluded from the folder Pin
Richard MacCutchan12-Jun-14 0:34
mveRichard MacCutchan12-Jun-14 0:34 
GeneralRe: Uploaded files are excluded from the folder Pin
jinzai16-Jul-14 23:46
jinzai16-Jul-14 23:46 
AnswerRe: Uploaded files are excluded from the folder Pin
Kornfeld Eliyahu Peter11-Jun-14 23:07
professionalKornfeld Eliyahu Peter11-Jun-14 23:07 
GeneralRe: Uploaded files are excluded from the folder Pin
HumaMunir11-Jun-14 23:24
HumaMunir11-Jun-14 23:24 
AnswerRe: Uploaded files are excluded from the folder Pin
Kornfeld Eliyahu Peter11-Jun-14 23:57
professionalKornfeld Eliyahu Peter11-Jun-14 23:57 
AnswerRe: Uploaded files are excluded from the folder Pin
Bernhard Hiller11-Jun-14 20:55
Bernhard Hiller11-Jun-14 20:55 
GeneralRe: Uploaded files are excluded from the folder Pin
HumaMunir11-Jun-14 23:03
HumaMunir11-Jun-14 23:03 
QuestionHow third party templates can help in developing new application Pin
Rishihar Subashchandran9-Jun-14 23:48
professionalRishihar Subashchandran9-Jun-14 23:48 
AnswerRe: How third party templates can help in developing new application Pin
Kornfeld Eliyahu Peter10-Jun-14 0:04
professionalKornfeld Eliyahu Peter10-Jun-14 0:04 
GeneralRe: How third party templates can help in developing new application Pin
Rishihar Subashchandran10-Jun-14 17:32
professionalRishihar Subashchandran10-Jun-14 17:32 
AnswerRe: How third party templates can help in developing new application Pin
jinzai17-Jul-14 0:28
jinzai17-Jul-14 0:28 
Questioninline editing in a gridview in asp.net mvc web application Pin
Member 108357177-Jun-14 16:21
Member 108357177-Jun-14 16:21 
QuestionGEO-FENCING Pin
pawan sen 1039801030-May-14 20:35
professionalpawan sen 1039801030-May-14 20:35 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.