I was trying to setup Apache webserver and Mysql + Phpmyadmin on my EC2 Instance.. (For POC) & I've installed apache, Php, Mysql and Phpmyadmin on the EC2 machine successfully. But the problem is like when I'm trying to access UI using IP/admin_dashboard URL, I'm able to see the content and UI but when I'm trying to upload something from UI (in this case say Image/video) to my EC2 instance it is not getting uploaded to EC2 storage Ive checked the directory it was empty but in database I can see the row is inserted.
I'm confused, Did I missed something? Is there any way to setup LAMP Stack correctly..
Thanks, Andrew K