morechocolate
Technical User
Is it realatively easy to combine the functionalities of SA-fileup?
My form has the following:
textboxes
selection drop-downs
checkboxes
ratio buttons
5 file (browse) types (to allow users to upload images. 5 is the max so they can upload fewer.)
I want to upload the form information to the database. I know I need to use ENCTYPE="multipart/form-data" in my FORM tag, but not only do I want this information to go to the server, but I also want to verify that files are gif or jpeg and to verify the file size of each before sending the information to the server. Thus, is it relatively painless to combine several SA-fileup functionalities? The examples separate what I am trying to do.
Thank You
My form has the following:
textboxes
selection drop-downs
checkboxes
ratio buttons
5 file (browse) types (to allow users to upload images. 5 is the max so they can upload fewer.)
I want to upload the form information to the database. I know I need to use ENCTYPE="multipart/form-data" in my FORM tag, but not only do I want this information to go to the server, but I also want to verify that files are gif or jpeg and to verify the file size of each before sending the information to the server. Thus, is it relatively painless to combine several SA-fileup functionalities? The examples separate what I am trying to do.
Thank You