Hi
If I am uploading a file then I use the following in the form enctype:
ENCTYPE="multipart/form-data"
Is this also suitable for sending other form data? For example, a user enters the path of the file to upload and in a separate input box they enter a name and/or description of the file?