Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我尝试在 D-Link 急诊室部分上传图像时,无论我使用哪个图像,都会收到“无法上传图像”错误。
使用curl命令上传图片。
curl
如果您使用 Mac,请将固件 .bin 文件放在桌面上并调用它fw.bin。在下面,将 USERNAME 替换为您计算机的用户名,然后在终端中运行命令。
fw.bin
curl 192.168.0.101 -F "upload=@/Users/USERNAME/Desktop/fw.bin"