Ticket #959 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

Upload problem in browser.html due to IE security updates

Reported by: efimov Owned by:
Priority: Normal Milestone:
Component: File Browser Version:
Keywords: Pending Expired Cc:

Description

We had troubles with upload permitions due to the latest security update (I think so). The problem was in this line of mentioned file: <frame name="frmUploadWorker" src="javascript:void(0)" scrolling="no" frameborder="0">

The solvation, for example is: <frame name="frmUploadWorker" src="#" scrolling="no" frameborder="0">

Change History

Changed 3 years ago by alfonsoml

  • keywords Pending added

I've tested the online demo with both IE6 and IE7 and I don't have any problem to upload new files.

Could you please give more info to reproduce the problem?

Changed 3 years ago by fredck

  • keywords Expired added
  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.