Hello, I need an HTML Script were I can create a Upload-File Form on my website. What I want is a Upload-File Form that someone can upload a file, and have it emailed to me immideatly.
To upload a file or to send email to yourself require server-side programming script, such as "PHP" or "ASP". Does your server support those programming language? To be able to send Email, if you are on FreeBSD server or Linux server you will need to have access to /var/mail/ to run "mail()" function. If you are on Windows server you will need smtp relay service...
Maybe this document can hep you: http://support.weebly.com/support/index.php?pg=kb.page&id=35 The link is in "Support" section in Weebly's site. User will need to have flash installed to upload stuffs. The support section did not mention anything about how to email the file to you. So I guess maybe you need to open a ticket to Weebly to see if they have that function implemented.