Re: Problem uploading files without content type

2009-06-18 Thread David Canos
it works in firefox! it's a chrome and safari issue! sometimes (depends on the file) this browsers don't set the content type. thanks Dave, you show me the key. I hope it helps the community 2009/6/18 Dave Newton > David Canos wrote: > >> if a try to upload a file without ContentType I get

Re: Problem uploading files without content type

2009-06-18 Thread Dave Newton
David Canos wrote: if a try to upload a file without ContentType I get this: [ERROR] 10:39:39.953 (FileUploadInterceptor.java:intercept:263) org.apache.struts2.interceptor.FileUploadInterceptor Could not find a Content-Type for <*field*>. Verify that a valid file was submitted.|#] how can I sol

Problem uploading files without content type

2009-06-18 Thread David Canos
hi folks im using struts 2.0.14 if a try to upload a file without ContentType I get this: [ERROR] 10:39:39.953 (FileUploadInterceptor.java:intercept:263) org.apache.struts2.interceptor.FileUploadInterceptor Could not find a Content-Type for <*field*>. Verify that a valid file was submitted.|#] h