-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taking 32 minutes to upload file(9MB) to specified directory on server i.e. /var/tmp #10
Comments
What platform is this on?
…On Mon, Sep 30, 2019, 2:20 AM VaishaliWadhwa3 ***@***.***> wrote:
How can we reduce the time to upload the file to server's directory?
As File gets uploaded to the server's temporary block within a minute but
storing the data in chunks to permanent storage area is taking long time.
For workingBoundaryData = ^M --filename, it takes long time
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10?email_source=notifications&email_token=AAAH27PZNVWA64BBSIRQOR3QMGLEHA5CNFSM4I3WRLYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOOQ5CQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAH27O5RXQ4CGQV7BK4BHDQMGLEHANCNFSM4I3WRLYA>
.
|
Linux version 2.4.31-uc0 |
Linux version 2.4.31-uc0
Linux version 2.4.31-uc0 |
How can we reduce the time to upload the file to server's directory?
As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time.
For workingBoundaryData = ^M --filename, it takes long time
I am trying to upload a binary file of size 9MB from local system i.e Desktop to server's directory /var/tmp using cgi programming, C language for backend and html and javascript as frontend.
The text was updated successfully, but these errors were encountered: