Reply to Re: Upload to AWS S3

Re: Upload to AWS S3 new!
by Hansajith, 1 year, 7 months ago
This works...

$return_content = $handle->process();
 if ($handle->processed) {
  Storage::put($path . $handle->file_dst_name, $return_content);
  $handle->clean();
  return $handle->file_dst_name;
} else {
  throw new Error("Error Processing Request", $handle->error);
}
Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important