|
|
Search
You searched for the word(s):
Showing page 1 of 3 (29 total posts)
< 1 second(s)
-
Thanks Igor,
I've emailed you a screen shot of the problem occurring on IE8
Regards Mark
-
Thanks Igor,
That works very well.
Regards ..... Mark
-
That also happens in IE 8.
But moving the mouse over FileManager corrects the display.
Regards ..... Mark
-
Thanks Igor,
However I actually wanted to call file managers download as in the right click menu.
This is so I can place code in the file manager download event.
Regards Mark.
-
In the Opera and Chrome browsers the right click menu does not work.
I would like to provide a Download ASP button to download a selected file.
How can I call the download from an ASP button?
-
I'm documenting this because it has caused me an awful lot of grief and to almost abandon using IZWebFileManager - which is a great product.
I need to use IZWebFile manager on files that are on a differenct drive on my webserver. This is because drive C: has little space for files and drive D: has lots. Later I May need to add drive E:, F: G: ...
-
Greetings,
When I try to open a document by either right click and open or double click I get the following error:
''Microsoft JScript runtime error: Object expected''
The offending line of code is
OpenItem('/acdVault/VFiles//C/Important%20Photographs/ClientVault.jpg')
Which is the correct path to the file I am trying to open
This happens ...
-
Forgot one other thing - the most important.
I also added the following code to the Global.asax file of my website.
Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
' Code that runs on application startup
'For izWebFileManager
' to overcome hang on rename or delete see Rename/Delete folder bug inthe the ...
-
I had the same problem and initally created a refresh button
Protected Sub ButtonRefresh_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ButtonRefresh.Click
FileManager1.DataBind()FileManager1.Focus()
End Sub
This was not a solution but the user could at least press this and it would un-hang.
Additional research suggested ...
-
Thanks Twist
That is very useful.
Regards Mark
1
|
|