-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
File/String not uploading to server #67
Comments
Did you resolve this? |
Got the same issue. Please fix it, or let us know what we are doing wrong. |
@BoostIO funded this issue with $5. Visit this issue on Issuehunt |
@larrytech7 has started working. Visit this issue on Issuehunt |
@larrytech7 has stopped working. Visit this issue on Issuehunt |
@AhmadullahSaikat did you check that your file path is correct? and that your server is checking for the correct name as your file upload parameter? |
@amitkr936 has started working. Visit this issue on Issuehunt |
@AhmadullahSaikat https://github.com/DWorkS/VolleyPlus/wiki/Multipart-Request follow this example |
@1hakr has started working. See it on IssueHunt |
@1hakr has rewarded. See it on IssueHunt |
// @OverRide
// protected Map<String, String> getParams() throws AuthFailureError {
// Map<String, String> params = new HashMap<>();
//
// params.put(User.TITLE, etOrganizationTitle.getText().toString());
//
// params.put(User.PHONE, etOrganizationPhone.getText().toString());
//
// params.put(User.ADDRESS, etOrganizationAddress.getText().toString());
//
// params.put(User.LAT, lat);
//
// params.put(User.LNG, lng);
//
// Log.d(LOG_TAG, "Registration Token: " + authorization);
//
// return params;
// }
The text was updated successfully, but these errors were encountered: