Apr 18th, 2010, 4:54 PM
Hi Renold,
Is this an API form or a POST form? If it's an API form, make sure the $params variable you're passing to the ft_api_process_form() function contains the following key-value pair: "file_data" => $_FILES
Also, when testing it, are you trying to upload the same file as the one that was successfully uploaded via the Form Tools UI?
- Ben
Is this an API form or a POST form? If it's an API form, make sure the $params variable you're passing to the ft_api_process_form() function contains the following key-value pair: "file_data" => $_FILES
Also, when testing it, are you trying to upload the same file as the one that was successfully uploaded via the Form Tools UI?
- Ben