-
## Process
1. Upload image as base64, pass extension.
2. Check on client side only for fixed dimension
3. Call standard api (with image data as base64)
4. Check on server for maximum file size
5.…
-
Can he implement a similar function, such as uploading a document to a knowledge base containing an image. Then the user uploads an image, which can retrieve the image and know its location, such as i…
-
### Steps to reproduce
1. use docker compose to start a new nextcloud server
2. setup and create a new folder and share link with create and write privilege
3. open the share link
4. drag a file to …
-
The solution currently uses deployment scripts for the following situations.
1. Software Definition Uploads
2. DAG Uploads
If the storage account is an existing storage account with either an ACL or…
-
With the new version of quill 2.0.2, the image upload is not working and is giving errors. This was working fine with the previous version of quill. The following are the errors on the console:
![i…
-
When I go to images/new, I click on the upload box and select N files to be uploaded, then "OK".
TW shows a progress bar for each picture. However, no acknowledgement of "done" appears once upload i…
anadm updated
5 years ago
-
### Problem
We currently use `rest/v1.1/sites/\(siteID)/media/new` endpoint to upload images. This doesn't work when XMLRPC is disabled on the site.
### Proposed solution
Start using `wp/v2/sites/\…
-
-
**Is your feature request related to a problem? Please describe.**
The images uploaded are not optimized for web
**Describe the solution you'd like**
Images should be optimized to minimize data c…
-
Current behavior and impact:
When users try to upload files, that are too big, nginx inside our container images currently returns a `413 Request Entity Too Large`. The Frontend still goes on to wait…