webman icon indicating copy to clipboard operation
webman copied to clipboard

upload in host

Open igifar opened this issue 1 year ago • 3 comments

I have seen your project several times, but even in one place, your project does not have the ability to upload to the server. Why?

igifar avatar Mar 13 '23 09:03 igifar

It's fine for me make sure What OS you running if in Centos / RHEL based and SELinux activated : restorecon -R /var/www/html/example/public/uploads/ chmod -R 775 /var/www/html/example/public/uploads/

please tell me if still cannot upload

haidarvm avatar Mar 29 '23 11:03 haidarvm

my host is shared

igifar avatar Mar 29 '23 18:03 igifar

It's fine for me make sure What OS you running if in Centos / RHEL based and SELinux activated : restorecon -R /var/www/html/example/public/uploads/ chmod -R 775 /var/www/html/example/public/uploads/

please tell me if still cannot upload

chown -R www:www /var/www/html/example/public

lobtao avatar Sep 29 '23 13:09 lobtao