Questions tagged [aurigma]
20 questions
0
votes
1 answer
aurigma uploader context menu not showing
How to add a context menu in aurigma uploader. I want to add select all and deselect all option.
I have read this documentation ( http://www.aurigma.com/docs/us8/JA_AllMembers_T_J_$au_contextMenu.htm ) and I have tried this below coding. But,…

Karuppiah RK
- 3,894
- 9
- 40
- 80
0
votes
1 answer
Aurigma Html5/Flash Uploader, browser supporting issue
I have been trying aurigma html5 uploader in IE10. It was working fine.
But when i switch the browser mode from IE10 to IE9, it shows a message as "Browser is not supported".
Can anybody tell me which are browsers and in what browser's version the…

Arun
- 1,644
- 9
- 25
- 41
0
votes
1 answer
Interacting with ActiveX control on web page using external PowerShell script
I'm trying to develop an automation script using PowerShell that will log in to a website, fill out a form, and upload one or more files. Logging in and form-filling are trivially easy using IE's COM interface. However, the website uses an ActiveX…

Robert Bauer
- 3
- 1
0
votes
1 answer
Aurigma 7, How to hide checkAll checkbox in the folderpane header
Is there a way to hide checkAll checkbox in the aurigma uploader ver 7 (folder pane header)
i tried this way, but it doesn't take any effects
iu.addParam("ButtonCheckAllText", "");
iu.addParam("ButtonUncheckAllText", "");
FYI
i use Ruby on…

Adhitia Saputra
- 47
- 7
-1
votes
1 answer
3rd party DLL reference not working in ASP.NET website application, but working if its web project
Im facing a strange issue with my ASP.NET website. We are adding Aurigma Graphic Library for image processing. Ours in ASP.NET 4.5 web site application.
If we create ASP.NET web project Im able to refer the DLL into it and can import the reference…

Sandeep Thomas
- 4,303
- 14
- 61
- 132