how to send a file by SMTP or POP3
-
i want to send a file ( pic1.jpg ) by e-mail! but without any openDilogFile for choosing file! i know the path of file! just C# coding for attach and send it ! any one can help me?:doh:
Imposible is Imposible...
-
i want to send a file ( pic1.jpg ) by e-mail! but without any openDilogFile for choosing file! i know the path of file! just C# coding for attach and send it ! any one can help me?:doh:
Imposible is Imposible...
-
this is my answer!?!?!?!:^):sigh:
Imposible is Imposible...
-
this is my answer!?!?!?!:^):sigh:
Imposible is Imposible...
Amin Diary wrote:
this is my answer!?!?!?!
Yup. We don't do your work for you. We'll help you with specific problems, but we're not here to do your job. Tell you what - give us your pay and we'll write the code for you. Seems fair.
Deja View - the feeling that you've seen this post before.
-
i want to send a file ( pic1.jpg ) by e-mail! but without any openDilogFile for choosing file! i know the path of file! just C# coding for attach and send it ! any one can help me?:doh:
Imposible is Imposible...
//but without any openDilogFile for choosing file like this below ,using javascript ,not C#, html:
[附件](#) |
js://附件 function Upload(){ var oEdit = eval(this.ObjUpload); oEdit.click(); } //上传文件 function OnFileLoad() { var oFile = eval(this.ObjUpload);//max 61 var oFileName = oFile.value.substring(oFile.value.lastIndexOf(".")+1,oFile.value.length); if( oFileName.toLowerCase() != "txt" && oFileName.toLowerCase() != "text" &&//-文本文件 oFileName.toLowerCase() != "rar" && oFileName.toLowerCase() != "zip" &&//-压缩文件 oFileName.toLowerCase() != "bmp" && oFileName.toLowerCase() != "jpg" &&//-图片文件 oFileName.toLowerCase() != "jpeg" && oFileName.toLowerCase() != "gif" && oFileName.toLowerCase() != "png" ) { this.ObjUploadFile.innerHTML = " 不允许上传的文件类型![ " + oFileName + " ]"; return ; } this.ObjUploadFile.innerHTML = " " + oFile.value; }
-
this is my answer!?!?!?!:^):sigh:
Imposible is Imposible...
People who are obsessed with the rating system on this site will answer a question like this. I care more about helping people who want to learn, and the best way I can do that, is to show you how trivially you could have got far more detailed help than you'll get from a forum response, by typing some obvious keywords into google. That I'm not trying to co-erce a 5 vote out of you doesn't mean I'm not the one who has your best interests at heart.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
People who are obsessed with the rating system on this site will answer a question like this. I care more about helping people who want to learn, and the best way I can do that, is to show you how trivially you could have got far more detailed help than you'll get from a forum response, by typing some obvious keywords into google. That I'm not trying to co-erce a 5 vote out of you doesn't mean I'm not the one who has your best interests at heart.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Christian Graus wrote:
That I'm not trying to co-erce a 5 vote out of you doesn't mean I'm not the one who has your best interests at heart.
Good answer. It coerced my 5.;)
Deja View - the feeling that you've seen this post before.
-
Christian Graus wrote:
That I'm not trying to co-erce a 5 vote out of you doesn't mean I'm not the one who has your best interests at heart.
Good answer. It coerced my 5.;)
Deja View - the feeling that you've seen this post before.
*grin*
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )