jpoleng
Forum Replies Created
-
Anyone got an answer on this? other fields are working but not with the file attachment.
Forum: Plugins
In reply to: [LinkedIn Company Updates] Old posts and images being pulled inHi @creativepickle,
Thanks for the fix, Nice Work.
Forum: Plugins
In reply to: [LinkedIn Company Updates] Old posts and images being pulled inI have the same issue. Any help on this?
I tried this fix. Edit CF7DBPlugin.php and made sure to call ob_clean() before calling the header information in the ajaxFile function. And it fix the issue. Same as here
Here’s what I’ve got whenever click the file upload link in cdfb
I mean the function on CF7 that deletes the uploaded file once it’s sent to email.
Hi, I got the same problem. I have picture contest form that allows user to upload images, then I will pick a winner. But whenever I click the link of the uploaded files in CFDB, it says “cannot be displayed because it contains errors.”
Note:
I removed the auto cleanup function of CF for the uploaded images.Can you help me with this.