I recently did similar modification and used Azure File storage for files, so users simply dumped files to file share and provide a spreadsheet where they mapped itemId to file path. It's quite easy to change code from File::UseFileFromURL to CloudFile.DownloadToStream, you can read about here
↧