Giter VIP home page Giter VIP logo

Comments (3)

ankitpokhrel avatar ankitpokhrel commented on May 25, 2024

@HinaSharma1988 you can setup server in Laravel as explained in this doc. After you setup the server, following endpoints will be available to you.

# Gather information about server's current configuration
OPTIONS /files

# Check if the given upload is valid
HEAD /files/{upload-key}

# Create a new upload
POST /files

# Resume upload created with POST
PATCH /files/{upload-key}

# Delete the previous upload
DELETE /files/{upload-key}

Now, you can either use tus-android-client (recommended) or manually send request to these endpoints to upload your file.

from tus-php.

Yangwendaxia avatar Yangwendaxia commented on May 25, 2024

@ankitpokhrel I need to do resumable file uploading using REST API (Laravel) too,
API will be consumed by browser. After I setting up server in Laravel as you mentioned , how should I implement the client code ?

from tus-php.

ankitpokhrel avatar ankitpokhrel commented on May 25, 2024

@Yangwendaxia Client can be implemented as described here. You can get some ideas from this example. If you are using JS for file upload, you can either use uppy as described here and example here or you can use official tus-js-client.

from tus-php.

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.