OpusCapita / filemanager

React based FileManager for browser ( + FS REST API for Node.js and Express)
https://demo.core.dev.opuscapita.com/filemanager/master/?currentComponentName=FileManager&maxContainerWidth=100%25&showSidebar=false
Apache License 2.0
566 stars 122 forks source link

Transferring large files produces error #289

Open zantetsuken88 opened 4 years ago

zantetsuken88 commented 4 years ago

So some context:

General
Request URL: http://localhost:3020/files
Request Method: POST
Status Code: 200 OK
Remote Address: 127.0.0.1:3020
Referrer Policy: no-referrer-when-downgrade
Response Headers
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Methods: GET,POST,HEAD,OPTIONS,PUT,PATCH,DELETE
Access-Control-Allow-Origin: *
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate
Connection: keep-alive
Content-Length: 818
Content-Type: application/json; charset=utf-8
Date: Wed, 05 Aug 2020 19:32:41 GMT
ETag: W/"332-0ZIFQ02mUI0hn91dWC5wAEXBPDI"
Expires: 0
Pragma: no-cache
Surrogate-Control: no-store
X-Powered-By: Express
Request Headers
Accept: */*
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Content-Length: 568520768
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary0MszqJmkhmyrAi5u
Host: localhost:3020
Origin: http://localhost:3000
Referer: http://localhost:3000/
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-site
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36
Form Data
type: file
parentId: Lw
files: (binary)
General
Request URL: http://192.168.1.142:3020/files
Referrer Policy: no-referrer-when-downgrade
Request Headers
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
Connection: keep-alive
Content-Length: 568520802
Content-Type: multipart/form-data; boundary=----WebKitFormBoundarydVwjFJeJnKHe4MET
Host: 192.168.1.142:3020
Origin: http://192.168.1.142:3000
Referer: http://192.168.1.142:3000/
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36
Form Content
type: file
parentId: L1RWL1JpY2sgYW5kIE1vcnR5L1NlYXNvbiA0
files: (binary)
ghost commented 3 years ago

Hi

I think this probem is cause by your server what language and Framework do you use for the back ?