Skip to content
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

Size limit? (bug) #15

Closed
untuned opened this issue Jan 23, 2019 · 1 comment
Closed

Size limit? (bug) #15

untuned opened this issue Jan 23, 2019 · 1 comment

Comments

@untuned
Copy link

untuned commented Jan 23, 2019

I've noticed that somewhat large files error out with a 400 bad request error.

Message:
The remote server returned an error: (400) Bad Request.

Request URL:
https://XXXXXXXXX/upload

Response:
{"message":"Token not specified."}

Stack trace:
   at System.Net.HttpWebRequest.GetResponse()
   at ShareX.UploadersLib.Uploader.SendRequestFile(String url, Stream data, String fileName, String fileFormName, Dictionary`2 args, NameValueCollection headers, CookieCollection cookies, ResponseType responseType, HttpMethod method, String contentType, String metadata)

The only problem is that the token is specified.

@sergix44
Copy link
Owner

sergix44 commented Jan 23, 2019

The maximum file size upload is determinated by the post_max_size and upload_max_filesize your in php.ini settings (You can see those logging in into the admin account > System).
Example:
image

Which version of xbackbone?
How are set those php.ini in your settings?
How much do you mean with "large file"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants