![]() |
![]() |
||||||
|
|||||||
| Tags: 2038, ioerror, mac, under |
![]() |
|
|||
|
Hello all,
I have the following code in order to upload files: fList[i].uploading = true; request = new URLRequest("http://mysite:80/data.php?id="+idFile) ; request.method = URLRequestMethod.POST; request.manageCookies = false; fList[i].upload(request, "data", false); fList[i].addEventListener(ProgressEvent.PROGRESS, progressHandler); fList[i].addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, onEndUpload); fList[i].addEventListener(IOErrorEvent.IO_ERROR, onUploadError); Everything works great under windows but under mac I have a ioError code 2038 as soon as I click my upload button. I'm going crazy I spend 1 week on this problem and I've still not find the issue. Please help me! Thanks for your help ^^ |
| Sponsored Links |
|
|||
|
"Kira3005" <webforumsuser@macromedia.com> wrote in message news:g6sppf$87k$1@forums.macromedia.com... > Hello all, > > I have the following code in order to upload files: > > fList[i].uploading = true; > request = new URLRequest("http://mysite:80/data.php?id="+idFile) ; > request.method = URLRequestMethod.POST; > request.manageCookies = false; > fList[i].upload(request, "data", false); > fList[i].addEventListener(ProgressEvent.PROGRESS, progressHandler); > fList[i].addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, onEndUpload); > fList[i].addEventListener(IOErrorEvent.IO_ERROR, onUploadError); > > Everything works great under windows but under mac I have a ioError code > 2038 > as soon as I click my upload button. I'm going crazy I spend 1 week on > this > problem and I've still not find the issue. Have you tried stepping through the code to see exactly where it is erroring? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise