I am trying to create a form for users to fill out, I also want to let them attach files (can’t have a limit). My plan was to create a dir with a unique name for each form submission and put any attached files in there. I can do most of the stuff, the problem is handling the multiple files without adding multiple browse forms.
I was thinking something like they choose to add files and that information is stored, then when they submit the form those files are uploaded. Can anyone give me any help here or point me in the right direction. I don’t have a lot of experience with PHP yet but I’ve got the basics down.
That would involve some intelligence on the users end. I may be able to do it with a form field for how many files to attach and open a new upload window based on that.