Roman Sedykh
Roman Sedykh
## Summary I want to open the uploader and just paste an image from the clipboard. ### Basic example They all are the same, take twitter.com for example. ### Motivation...
Honestly, I don't like that we have to mirror [URL API](http://uploadcare.com/api-refs/url-api/) in the lib. Isn't there a more elegant way? If not (or not now), let's reorder it to mirror...
I want uploadcare-php to have the same signed URL capabilities as pyuploadcare. Correct me if this is something wrong to do (or already done, or requires to build something else)....
Currently URL like `/cd334b26-c641-4393-bcce-b5041546430d~11/nth/1/-/crop/250x250/1000,1000/` won't work when signing a URL, because Akamai escape some symbols. We use tildas in group URLs, and commas in operations like crop and overlay. Here...
Files can be added to the group with some CDN operations. File info _in group info_ shows this operations separately from UUID. https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Group/operation/groupInfo https://uploadcare.com/api-refs/upload-api/#tag/Groups/operation/filesGroupInfo p.s. Don't forget to update uploadcare-php-example...
Example — https://github.com/uploadcare/uploadcare-php/tree/master/api-samples. It will be used in https://uploadcare.com/api-refs/upload-api/ and https://uploadcare.com/api-refs/rest-api/ respectively.
Currently URL like `/cd334b26-c641-4393-bcce-b5041546430d~11/nth/1/-/crop/250x250/1000,1000/` won't work when signing a URL, because Akamai escape some symbols. We use tildas in group URLs, and commas in operations like crop and overlay. Here...
- [AWS Rekognition](https://uploadcare.com/docs/intelligence/object-recognition/) - [AWS Rekognition Moderation](https://uploadcare.com/docs/unsafe-content/) - [ClamAV](https://uploadcare.com/docs/security/malware-protection/) - [Remove.bg](https://uploadcare.com/docs/remove-bg/) p.s. Don't forget to update uploadcare-rails-example.