You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Chrome Developer Tools
In the Network tab for a POST request with a Content-Type: multipart/form-data; boundary=------WebKitFormBoundarysYQjTNNOkHVxUPIm the Request Payload section doesn't show the content of a upload file;
In the Network tab for a POST request with a Content-Type: multipart/form-data; boundary=------WebKitFormBoundarysYQjTNNOkHVxUPIm the Request Payload section doesn't show the content of a upload file;
Please file this on crbug.com -- this is due to limitations of current design, as we send post data instantly to the front-end and don't want huge file uploads to thrash the front-end.