Forum Discussion
blastoffmax
Sep 03, 2019Copper Contributor
Images uploaded through teams convert to PNG's upon download
Hi all, I'm having an issue on teams, where images uploaded from a mobile phone (.jpg's) download on a computer as .png 's . When I open them in Photoshop I get the error that's attached. I've...
- Sep 03, 2019That's odd. Seems like a bug to me. I would submit a support ticket.
As a work around, since Teams is attached to SharePoint libraries you can use the OneDrive App to upload your photos. You can quickly take photos as well using the app where you can upload them to a channel folder for access into Teams.
BLPax8
Jul 21, 2023Copper Contributor
It's the future and this is still a problem. BUT I have a workaround fix for you to batch rename all those PNGs to JPGs.
1. Go into a folder where you want to rename them and
2. Create a new Notepad text document and
3. Save it as Rename.bat (or whatever you want to call it, just save it as .bat)
4. Write this and only this in the text file:
ren *.png *.jpg
5. Save it. Close it.
6. Double-click it in the folder and magic will occur. Hope it helps.
Yo Microsoft! Fix this please.
1. Go into a folder where you want to rename them and
2. Create a new Notepad text document and
3. Save it as Rename.bat (or whatever you want to call it, just save it as .bat)
4. Write this and only this in the text file:
ren *.png *.jpg
5. Save it. Close it.
6. Double-click it in the folder and magic will occur. Hope it helps.
Yo Microsoft! Fix this please.
Jul 21, 2023
BLPax8 only way that’s working is if you are syncing the folder locally with OneDrive client.