Ticket #959 (closed Bug: invalid)
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
Note: See
TracTickets for help on using
tickets.