Even 1080p is failing. Got 480p to upload. Lemmy.world has no problem uploading full size images from iphone.

  • nieceandtows@programming.devOP
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    I think 1MB is too low for a good user experience. Having to first have to first downscale images taken from the phone is a big point of friction for mobile users.

    • ruffsl@programming.dev
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Perhaps pict-rs, Lemmy’s image hosting backend, could auto downscale image uploads and only fail if the input was egregiously large to preserve upload bandwidth and avoid DDoSing. Would still be another added workload for the server.

      Perhaps down scaling would be best done on the client side, then the resulting effect would be more transparent to the user before submission. Could that be done in easily in JS? Then that could help save storage and egress expenses for hosting funded only by donations.