Import multiple images

1
Hi, I have a folder with around 3000 images. I want to upload and connect the images to the database (in Mendix). Does someone have experience or an idea how to do this? :) Thanks in advance!
asked
3 answers
2

Create an object store (Amazon/Bluemix). Fetch the images from URL via the storeURLToFileDocument action.

answered
2

Use the SFTP module from the appstore and use this to transfer the images. We use this module all the time to sync photo's and documents from clients to our environments.

Regards,

Ronald

 

answered
0

Width the dropzone widget you can drag and drop a folder of images. 3000 might be a bit too much though.

An other alternative would be to create a java action that could unfold a zipfile with your 3000 images and convert them to a Mendix image entity.

answered