Re: Receiving a POSTed file
- Posted by bugmagnet May 06, 2014
- 1579 views
Well, that was interesting ...
From the developer tools in Google Chrome:
... Content-Length:966070568 Content-Type:multipart/form-data; boundary=----WebKitFormBoundaryLr9KPm0b7YDcJSe0 Host:localhost:9999 Origin:http://localhost:9999 Pragma:no-cache Referer:http://localhost:9999/index2.html User-Agent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1964.4 Safari/537.36 Request Payload ------WebKitFormBoundaryLr9KPm0b7YDcJSe0 Content-Disposition: form-data; name="file"; filename="Database2.mdb" Content-Type: application/msaccess
IIS responds to this with (in part)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.5 Detailed Error - 404.13 - Not Found</title>
Does that imply a limit to how much an Euphoria app can handle in a single call to get_bytes?
bugmagnet