Trouble uploading File
-
Hi,
I created first an extra filed called CV, let user upload his CV.
And when I try to upload different files (PDF, images) from the front-end (logged in as a user),
I got the message “Changes saved” but my file is not stored on the server and the path of the new file is not correct :
/wordpress/wp-content/uploads/boardingPass-2016072807431691628792.pdfShould be something like :
/wordpress/wp-content/uploads/profiles/$user_id/boardingPass-2016072807431691628792.pdfWhen I am doing the same using the WP Dashboard, it works fine.
Does this issue could come from a plugin conflict ?
How could I check that users are allowed to upload files from the front end ?
Which php file in the core handle this upload functionality ?Thanks for your help.
- You must be logged in to reply to this topic.