Can somebody please help me?
I don't understand... How can I make it so that when I add the upload file tool in my form, how can I make it so that it sends the file to my email address as an attachment.. or even BETTER...
When somebody uploads a file, it checks if it is an either .exe file or a .zip file, if it is one of those files is uploads itself to a certain database of uploads on my website space by some sort of PhP and displays a link to download on a specified page along with the toher uploaded files.
Basically, I want to make it so that anybody can upload a file and automatically have it listed on my website.
To keep it simple, I'd also go with sending the uploaded file as an attachment to my email.
I don't understand... How can I make it so that when I add the upload file tool in my form, how can I make it so that it sends the file to my email address as an attachment.. or even BETTER...
When somebody uploads a file, it checks if it is an either .exe file or a .zip file, if it is one of those files is uploads itself to a certain database of uploads on my website space by some sort of PhP and displays a link to download on a specified page along with the toher uploaded files.
Basically, I want to make it so that anybody can upload a file and automatically have it listed on my website.
To keep it simple, I'd also go with sending the uploaded file as an attachment to my email.
Comment