I feel to make it work..
1. the directory must be in place. So have a directory like “user_submission” .
2. the permission of the directory must be correct (which I am still trying to figure out what should be the right one. The user upload the file into the system into the specified directory but it won’t do so well if the default permission of the /public_html is is actually unix 755 (RWXR_XR_X) ..and your “user_submission” is I assume belonging to the “group”. But you cannot set your /public_html directory to 777 because it makes your system insecure and your hosting server might not load your website correctly.
3. ALSO (This is most likely the MAIN PROBLEM)… for example your new record number is 10 (meaning your form A has the 10th new records.. and within the record your user has attached a filea and fileb. When the file gets uploaded.. somehow cforms will make it have the name to be 10-filea and 10-fileb.
So there is 2 problem here :
1. where we should put the user uploaded files? what permission should be set to that location..
2. need to verfiy with cform developer if this renaming of the file is causing an issue with admin trying to read uploaded file in the “tracking” section.
Not sure if I am making sense or not here..
anyone hear anything please let us know.
YES. THIS PLUGIN ABSOLUTELY ROCKS! I am loving it!