Upload problem with IE only

hello,
we have a problem using the std-upload of dhtmlxForm (the actual professional version);
the uploading should call an aspx-file, and it works great in Chrome and Firefox, but with IE ver 9 the event onUploadFail will be fired;
I suppose, it has something to do with paths;
the aspx is in the main directory, the flash-file and js is in the subdir “Js”
what is the difference between these browser, regarding the upload-version of dhtmlxForm?

    var objFormDataUpload = 
    [
      {
        type: "fieldset",
        label: "Upload",
        className: "edit_upload",
        width: 800,
        offsetTop: 10,
        offsetLeft: 10,
        list: [
          {
            type: "upload",
            name: "uploadFiles",
            titleScreen: false,
            inputWidth: 750,
            inputHeight: 200,
            autoRemove: true,

swfPath:‘Js/uploader.swf’,
url:‘Job.Aspx?WHAT=UPLOAD’,
swfUrl:’…/Job.Aspx?WHAT=UPLOAD’
}
]
}
];

ok … found the problem;
the path should not be

swfUrl:’…/Job.Aspx?WHAT=UPLOAD’

but

swfUrl:‘Job.Aspx?WHAT=UPLOAD’

it is NOT (as written in the documentation) “relative the the client flash script file” (which is in the subdir JS so it would be “…/”);
with the other browser tested, it worked well, as they did it using html4 or html5, not flash, as IE9 does;
resolved now!

Hi

yes, we also saw such flash vehaviour in some of flash versions :frowning:

The info on file in the database is called and loaded into the form so I can make edits to the item’s information. This includes a “category” pulldown. The category changes for each item, so that drop down needs to change with is selected with each item I click from the dataview.

Hi, Bigboss01
It seems like you mixed the topic branch.
Please, open your question in correct forum section to gen an answer