NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on May 15, 2020, 12:03:41 AM

Title: File Upload Issues
Post by: rupertvz on May 15, 2020, 12:03:41 AM
Hi Guys,

I am trying to use the file uploader in a NWF for the upload of employee signatures.

When I switch on the "Use Advance Uploader (HTML5), it breaks the HTML formatting of the window.

When I switch it off, the window formatting is correct, the file is correctly saved in the uploads folder, but the data being saved in the BLOB field is inconsistent.  Sometimes the signature is correct, other times it shows an older signature.

I've tried the BLOB option with, and without uploading to the upload folder.
Title: Re: File Upload Issues
Post by: Alberto on May 15, 2020, 03:28:30 AM
I dont know really what heappens.
I import the MailboxFromControl from the example 26 to my app.
Change it to a mem form to test and it does not work
Change from html5 to old, test, it does not work
Change to html5 again and it works
weird
Title: Re: File Upload Issues
Post by: Bruce on May 16, 2020, 10:17:12 PM
In WebServer procedure,
Scripts tab,
Make sure File Upload script is on
then generate and run GzipAll.bat

cheers
Bruce
Title: Re: File Upload Issues
Post by: Alberto on May 17, 2020, 04:10:02 AM
Yes, its on.
I dont know why this always happen using file upload.
Going forward and back andforward and back changing things and magically it works.
Will found an example and send to you.