NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: markster on March 15, 2016, 12:34:19 PM

Title: FileUpload crash
Post by: markster 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
Title: Re: FileUpload crash
Post by: osquiabro on March 16, 2016, 04:55:48 AM
verfy in webserver,nettalk object,settings,scripts if file upload script is checked..
Title: Re: FileUpload crash
Post by: markster 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