After multiple files are uploaded from AsyncUpload, I loaded all of those images to byte array so that they can be displayed in the grid. I don't want to save these images yet since I only want to save these images when the user clicks on Save.
How do I load those images in byte array into GridImageColumn?
It seems that there is no way to directly reference to temporarily file that is created from AsyncUpload. If it can, that will help.
How do I load those images in byte array into GridImageColumn?
It seems that there is no way to directly reference to temporarily file that is created from AsyncUpload. If it can, that will help.