collective / wildcard.media

13 stars 12 forks source link

make thumbnail creation work on Windows #46

Closed tschorr closed 7 years ago

tschorr commented 7 years ago

Thumbnail creation on Windows currently fails because opening the file before passing it to NamedBlobFile results in Windows Error 32 ("The process cannot access the file because it is being used by another process."). Passing only the file data as a string fixes this.