M
M
mrkonovalov2015-08-01 16:04:21
symfony
mrkonovalov, 2015-08-01 16:04:21

How can I upload a file directly to the cloud in Symfony (Yandex.disk, Dropbox, etc.)?

Reading the Yandex API documentation, as I understand it, uploading a file to the cloud is possible only after saving the file to yourself. But how can you get from the form, upload immediately to the cloud?
ba00e393e12049449fb946d801d1ef26.pngLink to github

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2015-08-01
@mrkonovalov

Well, the file is all the same on the server for this you need to upload. No, you can, of course, also from the client, but this is not secure.
In general, I recommend using flysystem , there is an adapter for webdav.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question