oddevan on Nostr: If you want to upload a file through an HTML form, be sure to set the content type to ...
If you want to upload a file through an HTML form, be sure to set the content type to multipart/form-data. Otherwise it will not work.
If you want to upload a file through the JavaScript fetch function, be sure NOT to set the content type manually. Otherwise you’ll be stuck for a week. Like me.
Published at
2023-11-22 18:28:53Event JSON
{
"id": "f29c4375573380d522bfbf68ed8db2401659e0c6f8aa711021802b2bc90edc76",
"pubkey": "3fa0091eb09e61ed797ed615d28f0b682fcdac81be2d12d0d5a534f27cfd91d9",
"created_at": 1700677733,
"kind": 1,
"tags": [],
"content": "If you want to upload a file through an HTML form, be sure to set the content type to multipart/form-data. Otherwise it will not work.\n\nIf you want to upload a file through the JavaScript fetch function, be sure NOT to set the content type manually. Otherwise you’ll be stuck for a week. Like me.\n",
"sig": "3c945f105275696f7b640b4a74ec8f2892693d4c8368b70dc932256a133b7ba74f3203e6e0449168f87a4495e183a2f1b7eaa70322aaacb75bc78cebbee8db7e"
}