Skip to main content

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resivingreceiving them?

It seems to me that resizing them in javascriptJavaScript can take long time for not a lot of gains. Is there any value to doing it on the client side?

EDIT:

The backend is JAVA and the server will have multiple users at onces possibly loading images and other files to it.

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them?

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

EDIT:

The backend is JAVA and the server will have multiple users at onces possibly loading images and other files to it.

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon receiving them?

It seems to me that resizing them in JavaScript can take long time for not a lot of gains. Is there any value to doing it on the client side?

EDIT:

The backend is JAVA and the server will have multiple users at onces possibly loading images and other files to it.

More details
Source Link
Alex
  • 173
  • 1
  • 7

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them?

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

EDIT:

The backend is JAVA and the server will have multiple users at onces possibly loading images and other files to it.

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them?

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them?

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

EDIT:

The backend is JAVA and the server will have multiple users at onces possibly loading images and other files to it.

Add a tag
Source Link
Alex
  • 173
  • 1
  • 7

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them? 

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them? It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

When uploading a lot of images to a server, to minimize the space taken by the images, is it better to resize the images before sending to the server or upon resiving them? 

It seems to me that resizing them in javascript can take long time for not a lot of gains. Is there any value to doing it on the client side?

Source Link
Alex
  • 173
  • 1
  • 7
Loading