I had a issue while uploading video to s3. Getting File missing from Request. Apart from able to see s3 media in dashboard and able to upload image to s3 as well.
Asked
Active
Viewed 387 times
0
-
Can you post the code you are using to request the image? – Pettis Brandon Mar 06 '20 at 23:26
-
I just followed the steps suggested in document link - https://octobercms.com/docs/cms/mediamanager#amazon-s3 – Radhakrishnan Y Mar 09 '20 at 05:01
1 Answers
0
on CyberPanel I fixed it by following steps:
- Added made sure PHP version I am using is the same for what is for my website, i.e. 7.3
- Turned on file_uploads "ON" (Most important) (this is where everything started working good)
- Adding upload_tmp_dir dir might work but for me turning on only file_uploads worked
- Added /tmp directory to OpenLiteSpeed > Server Configuration > File Uploads

SFARPak
- 49
- 4