Hi!
I know DBMan SQL supports multiple file uploads, but I'm not sure how to get it to work when using customized templates. In my add form template I have the following line of code for the file upload box:
Now how do I edit this code so that multiple files can be attached without having a field for each file being uploaded? Using the code above I can only add 1 file per record.
Thanks
Reena
I know DBMan SQL supports multiple file uploads, but I'm not sure how to get it to work when using customized templates. In my add form template I have the following line of code for the file upload box:
Code:
<P><INPUT type=FILE name=attachedfile> <%if attachedfile%><%attachedfile%><%endif%> </FONT></P></TD></TR></TBODY>Now how do I edit this code so that multiple files can be attached without having a field for each file being uploaded? Using the code above I can only add 1 file per record.
Thanks

Reena