NetTalk Central

Author Topic: File Upload doesn't work NT 7.13  (Read 2685 times)

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
File Upload doesn't work NT 7.13
« 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?
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: File Upload doesn't work NT 7.13
« Reply #1 on: July 02, 2013, 10:52:31 PM »
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

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: File Upload doesn't work NT 7.13
« Reply #2 on: July 03, 2013, 02:56:40 AM »
Thanks Bruce!

Problem solved!  :)
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92