Hi Bytes Community,
My problem can best be described in steps my website visitors will go through:
Basically, I have people who need to submit volunteer sheets (Excel or Word documents) and I would like them to submit it via my website rather than open an email platform.
Would this be handled by JavaScript, PHP, or HTML? Do the files have to be saved on my own server before they are sent to the email address?
I think I can figure out how to do this myself, I just need a push in the right direction.
Kind regards,
Tim
My problem can best be described in steps my website visitors will go through:
- Someone visits my webpage
- They click a "browse" button that allows them to select a file from their own computer
- Once they have selected a file, they click a "submit" button
- The file is then sent to a single email address as an attachment
Basically, I have people who need to submit volunteer sheets (Excel or Word documents) and I would like them to submit it via my website rather than open an email platform.
Would this be handled by JavaScript, PHP, or HTML? Do the files have to be saved on my own server before they are sent to the email address?
I think I can figure out how to do this myself, I just need a push in the right direction.
Kind regards,
Tim
Comment