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