
Hello, first I want to congratulates to Rejetto for HFS, is just great like we all know.
I have a little situation; I need to offer the posibility to "upload & send"; how is that?, the idea is that the user will upload a file; I'll store it in a folder hidden for the users, and when the upload will end send it the link of the file into a email. (just with mailto in HTML).
Ideas?, help? thanks!.
P.S.: I use: <a href="mailto:my@example.com?body=The link: %uploaded-files% ">my@example.com</a>
But it's just don't work because is not the exact link of the file.
Thsk!.