NetTalk Central

Author Topic: FileUpload crash  (Read 3677 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
FileUpload crash
« on: March 15, 2016, 12:34:19 PM »
I've added a FileUpload field to a form in my app and it's crashing the form on entry. It's completely unresponsive--I don't even have to click on the FileUpload field entry. I've opened and compiled the example file and that works fine, so clearly it's some setting or other in my program. Any thoughts?

Thanks,

Mark

osquiabro

  • Hero Member
  • *****
  • Posts: 687
    • View Profile
    • Email
Re: FileUpload crash
« Reply #1 on: March 16, 2016, 04:55:48 AM »
verfy in webserver,nettalk object,settings,scripts if file upload script is checked..

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Re: FileUpload crash
« Reply #2 on: March 16, 2016, 07:13:36 AM »
Thanks for the help, but I did have the FileUpload script enabled. This morning I discovered the problem. Because I have been trying to display an iFrame in a separate procedure in my app, I had changed the X-Frame-Options setting (Security tab) to blank. This setting apparently makes a form with a FileUpload field non-functional. When I changed the X-Frame-Options setting back to 'same-origin', the form with the FileUpload field behaved normally.

Mark