0

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.

James Z
  • 12,209
  • 10
  • 24
  • 44

1 Answers1

0

on CyberPanel I fixed it by following steps:

  1. Added made sure PHP version I am using is the same for what is for my website, i.e. 7.3
  2. Turned on file_uploads "ON" (Most important) (this is where everything started working good)
  3. Adding upload_tmp_dir dir might work but for me turning on only file_uploads worked
  4. Added /tmp directory to OpenLiteSpeed > Server Configuration > File Uploads
SFARPak
  • 49
  • 4