Hi,
I'm not sure what I'm doing wrong but I have a form made to upload contact information that will later be retrieved to populate another form.
One of the form fields is a file upload set to upload an image. I read that when an image is uploaded in chronoforms it will save the actual image file in chronoforms default directory and add the file name for that image to the database.
Most everything seems to work, image uploads to default directory as it should and most all form fields save to the database except for the image file name. In the database the the record is empty where the images file name should be.
Am i doing something wrong, missing a step or is it a database setting that needs to be changed.
In the database the column name is "uploaded_image", the type is set to "varchar(255)" but i also tried setting it to "text".
Please help
I'm not sure what I'm doing wrong but I have a form made to upload contact information that will later be retrieved to populate another form.
One of the form fields is a file upload set to upload an image. I read that when an image is uploaded in chronoforms it will save the actual image file in chronoforms default directory and add the file name for that image to the database.
Most everything seems to work, image uploads to default directory as it should and most all form fields save to the database except for the image file name. In the database the the record is empty where the images file name should be.
Am i doing something wrong, missing a step or is it a database setting that needs to be changed.
In the database the column name is "uploaded_image", the type is set to "varchar(255)" but i also tried setting it to "text".
Please help