multiple file upload controls for uploading to different locations PHP
Hi,
I'm having an issue with inserting data into a table "property" I need to upload a few documents to a document folder on the server in two different locations but I am unsure how to do it with DW.
I have seen some example scripts but they don't seem to do what I need.
My form input is:
<input type="file" name="epccert" id="epccert">
And
<input type="file" name="agree1" id="agree1">
They are all named differently.
I'm using the Insert Record server behaviour and not sure where to enter the script to give the upload locations.
The scripts I have seen would need to be added over 10 times for each of my elements which seems a little silly.
Is there an easy way to do this?
Thanks in advance
