I am creating a form that on completion the user will hit a submit button and the variables from the Flash file will be sent to a database. I was wondering if there was a way to attach files and then do the same thing. Say a jpeg file or something.
Please help,
Brock
it’s possible if you get the user to type the path to the file and then use php to upload the file to the server. If the interface is html though it would be much easier as you can have an input field for file browsing like this:
<input type=“file” name=“file”>
code:
<**input type=“file” name=“file”>