Hi,
I have finally got the Multi Upload function to work thanks to Bob.
Now that I have another site with thre upload fields, I want to change this to one Multi Upload so I have done exactly as withj the working form. Had to upgrade the Chronoforms to latest version though to get all functions available.
My problem is that I cant save the string
I have tried to empty the cache in the joomla backend and checked if the PHP settings support zip etc. but no success to enter that as I suppose crucial string and save it.
When I save it it's simply gone after the page has reloaded.
Anyone please how can I solve his?
I have finally got the Multi Upload function to work thanks to Bob.
Now that I have another site with thre upload fields, I want to change this to one Multi Upload so I have done exactly as withj the working form. Had to upgrade the Chronoforms to latest version though to get all functions available.
My problem is that I cant save the string
enctype="multipart/form-data"
into the field Form tag attachment under the general settings.I have tried to empty the cache in the joomla backend and checked if the PHP settings support zip etc. but no success to enter that as I suppose crucial string and save it.
When I save it it's simply gone after the page has reloaded.
Anyone please how can I solve his?
Hi LAMF,
I haven't tested but usually ChronoForms adds this automatically, if you need to do it by hand try using single quotes:
Bob
I haven't tested but usually ChronoForms adds this automatically, if you need to do it by hand try using single quotes:
enctype='multipart/form-data'
as sometimes double quotes aren't saved correctly.Bob
This topic is locked and no more replies can be posted.