NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: estadok on July 02, 2013, 12:15:18 PM
-
Hi Bruce!
File Upload doesn't work. To duplicate effect see example "FileUpload (26)". If you'll be use old style upload, all will be work fine. How can I solve this?
-
Hi Alexandr,
Thanks for the report. Fixed in 7.14.
You can apply the fix to 7.13 if you like - here are the instructions;
a) open \clarion8\accessory\libsrc\win\NetWeb\web\scripts\jquery.nt-upload.js in a text editor.
b) search for the line
url: _this.options.proc + '_' + _this.options.field + '_value?_event_=1',
and replace with
url: _this.options.proc + '_' + _this.options.field + '_value?_event_=accepted',
c) go to your app folder, run
copyall.bat
and
gzipall.bat
It's likely 7.14 will go up today though to fix this, and a couple other niggles.
cheers
Bruce
-
Thanks Bruce!
Problem solved! :)