Hi, I am trying to pass multiple form fields to the ajax_fileUpload.cfm page
with no success.  Is it possible to send a list of form ID's as I am trying
below?

$.ajaxFileUpload
        (
            {
                url:'ajax_fileUpload.cfm',
                secureuri:false,
                fileElementId:*'fileToUpload,createpoloroid,createmedium',*
                dataType: 'json',
                success: function (data, status)

Thanks!

Reply via email to