Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing a website having fax facility. Here i want to send a fax to a fax machine but i could not use any fax machine at sending side. I put 2 text boxes for getting document name and fax number and a text area for ax content at run time. When i will click the send button, the fax should send to the fax number given by user.

How to do this???

Please help me...

Thanks in Advance...
Posted
Comments
Homero Rivera 25-Nov-13 2:18am    
What is a "fax"? Can´t quite remember :p
just kidding
vineeth raju 25-Nov-13 2:21am    
an exact copy of a document made by electronic scanning and transmitted as data by telecommunications links.
;-)
Sergey Alexandrovich Kryukov 25-Nov-13 2:44am    
I though only layers and hospital people still use faxes, and only because those people are really crazy...
—SA
vineeth raju 25-Nov-13 2:55am    
But unfortunately i also want to use that now for my application. Can u please help me...
Sergey Alexandrovich Kryukov 25-Nov-13 3:10am    
Well, probably you can install a Fax and use it as a printer... Read about it, do some Web search. I never had to do such a weird thing as using a fax...
—SA

vineeth raju wrote:
I have Internet connection (modem). Can I send through that?
Yes, you can. If you use some existing fax sending facility. And that brings you to total absurd, which is, by coincidence, where you were at the very beginning. Look at your own question:

vineeth raju wrote:
I am developing Web site having fax facility.
Here you go: :-).

You are "developing" a Web site having only a modem-based Internet connection to send faxes without a fax machine. I won't be much surprised if the C# code behind is supposed to work on programmable calculator :-).

Good luck with that.
—SA
 
Share this answer
 
Assuming you have a fax modem installed in the sending PC, they generally install a print driver which you can use to send from your software, or there are a whole bunch of APIs and libraries which can help your code do it directly. Google can help you there: send fax c#[^]
 
Share this answer
 
Comments
OriginalGriff 25-Nov-13 4:57am    
Well, you certainly tried all 1 million plus hits very, very quickly! Could you teach me to read that fast? 1 million web pages in under 15 minutes is a serious reading speed!


Or did you just go "no, don't understand - next", "no, don't understand - give up"?
vineeth raju 25-Nov-13 5:21am    
Not like that. I saw many solutions. But that all using fax machine at the sending side.
OriginalGriff 25-Nov-13 5:38am    
How do you expect to send the fax then? Carrier Pigeon?
To send a fax, you need a fax machine (or fax modem) to interface with the phone system...
Sergey Alexandrovich Kryukov 25-Nov-13 10:03am    
Please see original IETF RFC: http://www.ietf.org/rfc/rfc1149.txt.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900