Hi
I have a form that have a lot of text field, checkbox and a file field. like this:
When i use chronoform and upload a file that's ok!
The problem is, when go to edit: suppose that there is a file. if the field file_0 is empty and i click submit, the link to the file previously uploaded is lost because chronoconnectivity insert a NOFILE value in file_0.
I need that: if there is a previously uploaded file and i don't edit field file_0 the file stay in the server.
If i'll change file_0, then upload another file, then i'll delete the old file and upload the new file.
Sorry for Bad English.
I have a form that have a lot of text field, checkbox and a file field. like this:
<input class="cf_fileinput cf_inputbox" title="" size="20" id="file_0" name="file_0" type="file" />
When i use chronoform and upload a file that's ok!
The problem is, when go to edit: suppose that there is a file. if the field file_0 is empty and i click submit, the link to the file previously uploaded is lost because chronoconnectivity insert a NOFILE value in file_0.
I need that: if there is a previously uploaded file and i don't edit field file_0 the file stay in the server.
If i'll change file_0, then upload another file, then i'll delete the old file and upload the new file.
Sorry for Bad English.