ulearnpro / ulearn

ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
https://www.ulearnpro.com
MIT License
628 stars 288 forks source link

Upload media like image and video error #18

Open omysurya opened 4 years ago

omysurya commented 4 years ago

If we upload media on setting (logo) and like media / text / document upload at course detail thes file can't upload and also we always create folder manualy onn storate/course.

And where if student full reading conten on some course?

Thanks

ramkumarkushavah commented 4 years ago

Hi I am also facing the same problem. @ omysurya have you found any solution for that ?

omysurya commented 4 years ago

This issue, we must custome code with self :-)

amitad16 commented 4 years ago

If we upload media on setting (logo) and like media / text / document upload at course detail thes file can't upload and also we always create folder manualy onn storate/course.

And where if student full reading conten on some course?

Thanks

Please refer to this comment: https://github.com/ulearnpro/ulearn/issues/12#issuecomment-622269880 You might solve your problem, also for @ramkumarkushavah

Enkumicahel commented 3 years ago

For those who got the project running but couldn't see uploads in the storage/course folder just edit the .env file and add the following APP_URL=http://localhost:8000

might help someone