Hi
I have a form that lets visitors upload images in four different fields that are then saved on my server. I save the images and videos on my webserver and I would like to get easy access to these images by adding a direct url to the image and save that in both the database and the email that is sent. I've read through the documentations and this forum and I see a lot of information that gives me almost what I want, but when I try it out I can't really get it to work.
So, what I would like to do is the following.
1. Change the name of the uploaded files so that they have the name of the people uploading the image followed by timestamp and then original filename. Like this: uploadersname_timestamp_filename.[jpg/png/mp4 etc]. The id of my name field is [id=name1] and that is also the name of that field.
2. Upload files to my server in a custom folder (I have already managed this part)
3. set url links to the actual files in the email sent,
4. set url links to the actual files in the database.
Is this at all possible? I'm at chronoforms 6, joomla 3.8.8 and php 7.1x
Thanks for your time.
I have a form that lets visitors upload images in four different fields that are then saved on my server. I save the images and videos on my webserver and I would like to get easy access to these images by adding a direct url to the image and save that in both the database and the email that is sent. I've read through the documentations and this forum and I see a lot of information that gives me almost what I want, but when I try it out I can't really get it to work.
So, what I would like to do is the following.
1. Change the name of the uploaded files so that they have the name of the people uploading the image followed by timestamp and then original filename. Like this: uploadersname_timestamp_filename.[jpg/png/mp4 etc]. The id of my name field is [id=name1] and that is also the name of that field.
2. Upload files to my server in a custom folder (I have already managed this part)
3. set url links to the actual files in the email sent,
4. set url links to the actual files in the database.
Is this at all possible? I'm at chronoforms 6, joomla 3.8.8 and php 7.1x
Thanks for your time.