Opened 17 years ago

Closed 17 years ago

#959 closed Bug (invalid)

Upload problem in browser.html due to IE security updates

Reported by: Andrey 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 (2)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

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?

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Expired added
Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy