dropwizard-swagger
                                
                                
                                
                                    dropwizard-swagger copied to clipboard
                            
                            
                            
                        File button not showing up on swagger ui
Hi, I am currently using dropwizard-swagger 0.7.0 version. I am using formdataparam for one of the method for file upload. in swagger ui it is getting reflected as body param . I think its bcoz swagger-jersey2-jaxrs is 1.5.1 which has no support for formdataparam i feel. Please help me regarding this.
have you tried https://github.com/smoketurner/dropwizard-swagger to see if the issue exists over there?
yeah. I moved to smoketurner repo it works there. thanks