Classic ASP

Upload core product.
Post Reply
jocpereira
Posts: 1
Joined: Mon Oct 27, 2014 7:57 pm

Classic ASP

Post by jocpereira »

Hi,

I used - <script src="applet_ftp.js"></script> in my html page and it works.

But if I use it in a classic ASP page it loads and I can FTP by drag and drop into it. But it is missing the File & Help menu items and also the Cancel button below. The unregistered menu item does show though. Since I am just testing this app and have not purchased it.

Is this difference in behavior between HTML & ASP because it is unregistered

Thanks,
Jo

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Classic ASP

Post by support »

Are you using a i18n.properties file? If so, are you sure it is served by web server?
Make sure .properties is mapped to text/plain in mime-types section of web server.

Post Reply