You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
Create an image and give it an uppercase file extension (e.g. test.PNG)
Attach the image to the Notebook
The image will either show as a broken link or fail to attach and these errors appear in the console :
Failed to fetch: TypeError: Failed to fetch file: Refused to load resource c:\Users\chgagnon\Desktop\test.PNG from file: protocol (original URL: file:///C:/Users/chgagnon/Desktop/test.PNG)
If I change the URL in the notebook to lowercase () then it works fine. (on Windows at least)
The image will either show as a broken link or fail to attach and these errors appear in the console :
Failed to fetch: TypeError: Failed to fetchfile: Refused to load resource c:\Users\chgagnon\Desktop\test.PNG from file: protocol (original URL: file:///C:/Users/chgagnon/Desktop/test.PNG)If I change the URL in the notebook to lowercase (
) then it works fine. (on Windows at least)