Giter Site home page Giter Site logo

Comments (6)

l0stpenguin avatar l0stpenguin commented on September 17, 2024

Hello, are you sure ?1518374281044 is part of the file name? Can you try with a file that ends with a file extension instead?

from cordova-plugin-background-upload.

iwan-uschka avatar iwan-uschka commented on September 17, 2024

This is how i dot it:

var uploader = $window.FileTransferManager.init();

uploader.startUpload({
    "id": "test",
    "filePath": file,
    "fileKey": "file",
    "serverUrl": endpoint,
    "headers": {},
    "parameters": {}
});

endpoint is an endpoint, which exists and works with cordova-plugin-file-transfer. file contains a value given from cordova-plugin-camera. I just tested it again getting

file:///storage/emulated/0/Android/data/<app.id>/cache/IMG_20180207_231459.jpg?1518418559498

as return value from cordova-plugin-camera. cordova-plugin-file-transfer works.

Sorry to compare the whole time with cordova-plugin-file-transfer. Just want to locate the issue :)

from cordova-plugin-background-upload.

l0stpenguin avatar l0stpenguin commented on September 17, 2024

I cannot reproduce this issue on the latest version. If you are still getting it, can you please provide a sample project to reproduce?

from cordova-plugin-background-upload.

nasir7748 avatar nasir7748 commented on September 17, 2024

FilePath.substring(FilePath.lastIndexOf("/") + 1, FilePath.lastIndexOf("?"));
try this

from cordova-plugin-background-upload.

l0stpenguin avatar l0stpenguin commented on September 17, 2024

closing due to inactivity

from cordova-plugin-background-upload.

iwan-uschka avatar iwan-uschka commented on September 17, 2024

Sorry i haven't responded anymore, plans changed since then. Anyway: thx for looking into it!!!

from cordova-plugin-background-upload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.