Coder Social home page Coder Social logo

Comments (3)

wsargent avatar wsargent commented on September 28, 2024

@TopSpoofer Can you describe how it "doesn't work?"

https://www.playframework.com/documentation/2.5.x/ScalaWS#Submitting-multipart/form-data

from play-ws.

djx314 avatar djx314 commented on September 28, 2024

@wsargent it's said that there no doc for the file name's charset. I send a file part with a chinese file name and get a file name with messy code in an ohter play server.

from play-ws.

djx314 avatar djx314 commented on September 28, 2024

Just like httpclient's code

MultipartEntityBuilder.create.setMode(HttpMultipartMode.BROWSER_COMPATIBLE)

to avoid the utf-8 file name to post with messy code. But in play-ws I can just write

FilePart("video_0", videoPath.getFileName.toString, Option("text/plain;charset=utf-8"), FileIO.fromPath(videoPath))

And the file name is wrong with messy code.

from play-ws.

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.