Can’t upload PDFs
-
After updating to version 3.14.0 from 3.9.2, the form will no longer upload PDF files. The progress bar shows up, but is stuck at 0%. It works fine for jpg and png. PDF is listed as an allowed file type in ACF for this field.
Also, we also have a custom function doing data manipulation in the backend using the frontend_admin/save_user hook. Because we have 2 different Frontend Admin forms on the same page, we check for the form ID in the function:
if ($form[‘id’] != ‘2492’) : return;
endif;Unfortunately, after the update, this always returns false even for form 2492, so the rest of the function never gets executed. Has this been changed?
Thanks in advance!
The topic ‘Can’t upload PDFs’ is closed to new replies.
