I'm re-designing an Add Record script, to combine the basic adding of a record to a database table, with the uploading of a file to a web server. The user types in the information to be added to the database and selects a file to be uploaded to the server, can a single submit button execute both operations? ie when the submit button is clicked, the database will be updated and the file will be sent to the server.
Cheers for any assistance.