News

Let’s now create an HTML view to upload one or more files. Select the Views solution folder in the Solution Explorer window, create a new Razor view page, and add the following code to it.
If there are more than 50 files to upload, upload a batch and wait for it to finish uploading. Only after that should the next batch be uploaded. For more information on how to add images to AEM using ...