Multiple file upload control not visible in UI one one computer (IE8)
Hi!
On a computer the control just wont show up inside the umbraco ui - File Upload tab. However, if I enter the url to the swf manually it shows fine (http://www.oursite.com/usercontrols/MultipleFileUpload/MultipleFileUpload.swf).
The control views fine on other computers. I have reset the IE8 security settings to standard.
What can be bugging us here? I'm out of ideas. Thanks alot for any suggestions!
I had this issue as well - discovered that the package REPLACES the /scripts/swfobject.js file, so if you happen to be using version 2.1 for your project, you may now find it is version 1.5.
A simple empty cache should fix the issue, then just need to create a secondary swfobject.js file for your project.
I have installed Multiple File Upload package in Umbraco 4.5.2.
In the Developer Section,Am able to see the new datatype(MutipleFileUpload).
In Setting Section,I have created a new tab (Upload)in Media type folder and a property MutipleFileUpload
The Upload tab is visible in Media Section.But am unable to see the property in Media Section to upload the files.Can anyone help me out in fixing this issue.
I too am having issues on some computers. It works fine on the pc of one of my colleagues and my own, but on two others it just refuses to work. I tried emptying the cache, but this does not fix the problem. It's like it's not loading either swfobjects script or the flash file or something and I'm running out of ideas :(
Multiple file upload control not visible in UI one one computer (IE8)
Hi!
On a computer the control just wont show up inside the umbraco ui - File Upload tab. However, if I enter the url to the swf manually it shows fine (http://www.oursite.com/usercontrols/MultipleFileUpload/MultipleFileUpload.swf).
The control views fine on other computers. I have reset the IE8 security settings to standard.
What can be bugging us here? I'm out of ideas. Thanks alot for any suggestions!
Regards
Jonas
Guessing you are using swfobject in your project?
I had this issue as well - discovered that the package REPLACES the /scripts/swfobject.js file, so if you happen to be using version 2.1 for your project, you may now find it is version 1.5.
A simple empty cache should fix the issue, then just need to create a secondary swfobject.js file for your project.
Cheers
Mark
Hi!
We solved our problem (and the 2030 error on non-ie browsers) by updating dll and ascx (http://our.umbraco.org/projects/multiple-file-upload/bugs/5403-There-has-been-an-IO-Error-Error-#2038-File-IO-Error?p=1#comment30908)
Interesting to here about that swfobject.js though. I will keep it it mind.
Regards
Jonas
Hi,
I have installed Multiple File Upload package in Umbraco 4.5.2.
In the Developer Section,Am able to see the new datatype(MutipleFileUpload).
In Setting Section,I have created a new tab (Upload)in Media type folder and a property MutipleFileUpload
The Upload tab is visible in Media Section.But am unable to see the property in Media Section to upload the files.Can anyone help me out in fixing this issue.
Thanks & Regards,
Brady
I too am having issues on some computers. It works fine on the pc of one of my colleagues and my own, but on two others it just refuses to work. I tried emptying the cache, but this does not fix the problem. It's like it's not loading either swfobjects script or the flash file or something and I'm running out of ideas :(
-Ferdy
Have you checked in firebug and/or fiddler2 what's going on?
Have you checked that you've not overwritten the 1.6 version of swfobject.js in /scripts with the newer 2.2 version?
is working on a reply...