• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

uploading xlsx file in html

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to upload xlsx file throught upload button in simple html.
I have given <FORM ENCTYPE='multipart/form-data' method='POST' action='mypath' >
I am able to upload txt file and read at my server.
but when I try to upload xlsx file and try to upload, it gives me error as "bad input"
I have tried with attribute accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
I tried with giving image/pdf etc .. but it does not upload respective file ..its only taking txt..
please tell me how to upload xlsx file in html.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic