Is there a way to upload files directly to AWS without saving it first in writeable |
(07-13-2022, 08:53 PM)iRedds Wrote: In any case, the file is saved when uploading to a temporary directory.Thanks, can you point out to me how this can be achieved? I am using the AWS PHP SDK, and it requires a filepath from the file on my server for it to move the file to AWS S3. I could not find any resource that would let me skip the move process because it is the process that places the file in the temporary folder (writable folder) in the first place. |
Messages In This Thread |
Is there a way to upload files directly to AWS without saving it first in writeable - by kolektador - 07-13-2022, 12:25 PM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by iRedds - 07-13-2022, 08:53 PM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by kolektador - 07-14-2022, 08:32 AM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by evandroagnes - 07-11-2023, 03:56 AM
RE: Is there a way to upload files directly to AWS without saving it first in writeable - by MGatner - 07-14-2022, 03:59 AM
|