Opened 18 years ago
Closed 18 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 18 years ago by
| Keywords: | Pending added |
|---|
comment:2 Changed 18 years ago by
| Keywords: | Expired added |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |

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?