Leandro
Leandro
It would be nice to have a feature to "autodiscover" the encoding of text files (ANSI/UTF-8). But it could be a parameter as you suggested. var FileReaderOptions = { readAsDefault:...
I tried this: http://jsfromhell.com/geral/utf-8 It didn't work for me. I'd like to contribute. However I'm confused how github works. I don't know how to contribute. Is there a way to...
`mailsend -to [email protected] -from [email protected] -ssl -auth -port 465 -smtp smtp.somewhere.com -user [email protected] -pass "****" -sub "Test email" -attach "d:\file1.rar",mime_type,a -attach "d:\file2.pdf",mime_type,a` This command will send the email, however the...