ID:188219
 
Can someone code me up a javascript or whatever of a upload box, and you can upload a file and make it send the file to my email (CardFlourishes@hotmail).

Thanks
To upload a file onto a webserver requires that server to allow such.

~Kujila
In response to Kujila
I didn't ask for that.
In response to Siientx
It would still have to upload a file to send it to your e-mail, I think. Idanno.

~Kujila
In response to Siientx
Siientx wrote:
I didn't ask for that.

But you will still a server of some sort in order for uploading to work. You can't just have a popup that email files directly to your email account without a server to store the uploaded file temporarily while it builds the email to send the file.

Try www.hotscripts.com and browser through their javascript archives for uploader scripts. Your websever/webhost will need to have the ability to accept uploaded files of course. You might also look into a PHP or Perl uploader that uses Javascript for the pop-up.