openplans / shareabouts

Shareabouts is a mapping application for crowdsourced info gathering.
GNU General Public License v3.0
278 stars 149 forks source link

Resize images before upload to API #188

Closed mjumbewu closed 4 years ago

mjumbewu commented 4 years ago

Right now we allow images of arbitrary size to be uploaded to the API. Resize images on the client and limit image size on the server.

This is going to be in the onInputFileChange method in place-form-view. Possibly updating the canvas after calling fileToCanvas.

mjumbewu commented 4 years ago

Addressed by PR #194