Search:

Type: Posts; User: Json

Search: Search took 0.08 seconds.

  1. Re: Request.getParameter() value becoming null when i use entype="multipart/form-data

    The thing is that when you are sending in a multi part form you need to read the data differently as request.getParameter will only give you a string back.

    I'm not entirely sure how to do this...
  2. Re: Request.getParameter() value becoming null when i use entype="multipart/form-data

    I would suggest looking into something like FileUpload - Home

    // Json
Results 1 to 2 of 2