Hi to all,
I know that this topic itìs popular but I searched and tryed to solve the problem without any results.
I'm using latest chrono form version (downloaded yesterday) and joomla 1.5.7
I need a form for curriculum with upload and this is my string:
<input type="file" name="uploadCV" id="uploadCV" class="inputbox"/>
I set enctype='multipart/form-data' in the general tab and i set all fields in the upload tab.
I set "upload" folder (under com_chronoforms) permission to 777.
I set "mambot" off.
One of the strange thing it's that in the upload tab if I set "field name" to "uploadCV:pdf|doc|jpg|jpeg|zip|rar" when I save return to "Array" so when I check my email "uploadCV" field it's empty.
How can I solve this problem?
Thank you very much
Alex
I know that this topic itìs popular but I searched and tryed to solve the problem without any results.
I'm using latest chrono form version (downloaded yesterday) and joomla 1.5.7
I need a form for curriculum with upload and this is my string:
<input type="file" name="uploadCV" id="uploadCV" class="inputbox"/>
I set enctype='multipart/form-data' in the general tab and i set all fields in the upload tab.
I set "upload" folder (under com_chronoforms) permission to 777.
I set "mambot" off.
One of the strange thing it's that in the upload tab if I set "field name" to "uploadCV:pdf|doc|jpg|jpeg|zip|rar" when I save return to "Array" so when I check my email "uploadCV" field it's empty.
How can I solve this problem?
Thank you very much
Alex
Hi Alex,
Have you set the Max and Min filesizes in the File Upload tab?? You need to enter {max_size-min_size}
for example: field_name:jpg|doc|zip{222222-1}
Bob
Have you set the Max and Min filesizes in the File Upload tab?? You need to enter {max_size-min_size}
for example: field_name:jpg|doc|zip{222222-1}
Bob
yes i fill all the field and I set field_name:jpg|doc|zip{222222-1} but still doesn't work
Hi Frameart,
Max may have some more suggestions - otherwise you are into the server logs to work out what is happening.
Bob
Max may have some more suggestions - otherwise you are into the server logs to work out what is happening.
Bob
This topic is locked and no more replies can be posted.
