very limited knowledge here, but anyone know where could I get an ASP script so that users can upload a file which is then emailed to a determined address?
Be your best friend if you solve this one for me! :cy:
The views expressed on this page by users and staff are their own, not those of NamePros.
sounds like quite a custom concept im not sure if there will be any scripts that already do that, you may have to write one yourself. Does it have to be in asp?
What you ask for is a custom script. I use asp alot and can say for almost certain that there isnt a premade script that you can use in this situation.
If you know some asp, the page shouldnt be that hard. You do have to make sure your host has the components needed to upload and email. Then its just the code.