LC
Asked
To whom it may concern,
it showed an error message "The upload destination folder does not appear to be writable" after uploading the csv file.
I've change the "assets/uploads" to 777, but it doesn't work. Please help. Thank you.
Best regards,
Leon
it showed an error message "The upload destination folder does not appear to be writable" after uploading the csv file.
I've change the "assets/uploads" to 777, but it doesn't work. Please help. Thank you.
Best regards,
Leon
- MSAnsweredHello,
The csv file will be uploaded to `/files/` folder. Please set the correct permissions on `files` folder.
I suggest to check with your host. Instead 777, you can change the owner to www-data.
Thank you - Login to Reply