My Azure Web Apps for Linux application successfully allows a user to upload images. The images are successfully stored in a directory BankScans.
I try and display the image in the browser:
<img width="516" height="730" class="theCanvas img-fluid" style="transform-origin: 50% 50%;
transition:none; cursor: move; transform: matrix(1, 0, 0, 1, 0, 0);" draggable="false"
src="BankScans/f79f76bf-a4f1-4495-1234-91c97d6a70bd.jpg">
The images are not displayed. However if I restart the Azure Web Apps for Linux, then the images will be displayed.
Any idea how I can allow the user to see the images, without the need to first restart the Web App?