EzGoingKev
Registered User.
- Local time
 - Today, 07:52
 
- Joined
 - Nov 8, 2019
 
- Messages
 - 201
 
I am not sure how I need to do this so I am posting in General.
I need to upload images into a web based UI. They are loaded using a ZIP folder. The UI limits the folder size to 300mb.
I have a data set that consists of an distinct ID, a distinct image part number, and the image file size in MB.
Right now I have images for (48) part numbers with a total size 842.35mb. I need to split them up. I want to create groups based on the 300mb limit that will give me a list of images to load at one time.
What is the best way to do this?
 I need to upload images into a web based UI. They are loaded using a ZIP folder. The UI limits the folder size to 300mb.
I have a data set that consists of an distinct ID, a distinct image part number, and the image file size in MB.
Right now I have images for (48) part numbers with a total size 842.35mb. I need to split them up. I want to create groups based on the 300mb limit that will give me a list of images to load at one time.
What is the best way to do this?
			
				Last edited: