GitHub user ajaysaini95700 opened a pull request:
https://github.com/apache/cordova-plugin-file-transfer/pull/153
Not able to upload base 64 image url
I am able to upload image (jpeg,png) to server if image size is greater
than or less than10 MB. only problem is that when i crop image it gives base 64
image url. if this url is less than 10 MB then i upload base 64 image url
successfully to server. but if this url is greater than 10 MB. then i am not
able to upload base64 image url to server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/cordova-plugin-file-transfer master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file-transfer/pull/153.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #153
----
commit fd7b28f19307db0a4fe1767e84f89f1d897025d6
Author: Steve Gill <[email protected]>
Date: 2016-04-15T20:45:27Z
CB-11091 Incremented plugin version.
commit 128c388d57ca06e4195b8d2bf05f63e9183d914e
Author: Dmitry Blotsky <[email protected]>
Date: 2016-04-23T02:35:50Z
CB-10996 Adding front matter to README.md
commit eb8052711fe0b4dec4559458860a4217e262c5b1
Author: Mikejo5001 <[email protected]>
Date: 2016-04-01T21:04:31Z
CB-11003: Adding sample section to documentation.
This closes #136
commit 07d419d5b48cb970906b4bacd48af14a4e342f7f
Author: Steve Gill <[email protected]>
Date: 2016-04-27T23:18:52Z
CB-11165 removed peer dependency
commit 6ad92c92ab54a4d954698efe8678b3e9a4f4d093
Author: Nikhil Khandelwal <[email protected]>
Date: 2016-05-09T17:22:48Z
Add fenced code blocks to help code formatting
commit 9347606dd33fe07ea36799b4dd28804019c68835
Author: daserge <[email protected]>
Date: 2016-04-13T14:24:57Z
CB-10974 Cordova file transfer Content-Length header problem
Fixed iOS logic to not to include Content-Length when chunkedMode=true
Fixed Android logic preventing chunkedMode to be enabled for http uploads
Added tests for chunkedMode
Documented chunkedMode not supported on Windows
Documented Uploading of an empty file is not supported for chunkedMode=true
and multipart=false for iOS, pended the corresponding test
commit c475060acb02500dfb85ee7c84e9eaddf791f9a6
Author: Nikhil Khandelwal <[email protected]>
Date: 2016-05-23T20:53:59Z
Add pull request template.
commit 82c5af9b5dd6accbd6b2d25174d3c1f4e576e5b3
Author: Mikejo5001 <[email protected]>
Date: 2016-05-03T18:27:46Z
added link to sample
commit 7f76831b72ae9f790c0dc41494649190d7c19f82
Author: Conrado Costa <[email protected]>
Date: 2016-05-30T17:00:47Z
documentation with a wrong log message in fileTransfer.download function
This closes #148
commit 134dde5f90220cff0e9b035d6207d39dd64632ad
Author: Vladimir Kotikov <[email protected]>
Date: 2016-06-10T08:59:13Z
Add badges for paramedic builds on Jenkins
commit 855def11c3c35df6f9de10ccca46e7336baa2506
Author: Vladimir Kotikov <[email protected]>
Date: 2016-07-07T11:39:30Z
CB-11497 Use cordova-vm for testing 304 errors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]