• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

FileReference.upload

Guest
Oct 14, 2012 Oct 14, 2012

Copy link to clipboard

Copied

After calling fileRef.browse() and selecting a file to upload, I call:

var request:URLRequest = new URLRequest("http://gci-website.info/file_upload.php");

request.method = URLRequestMethod.POST;

fileRef.upload(request);

This never calls my php script on the server and gives me an upload error.

[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038"]

TOPICS
PHP

Views

955

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 16, 2012 Oct 16, 2012

Copy link to clipboard

Copied

I think I'm starting to see why nobody programs in flashbuilder. It doesn't work and nobody knows how to make it work. I think I've wasted both my money and my time on FlashBuilder.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 16, 2012 Oct 16, 2012

Copy link to clipboard

Copied

LATEST

Something that takes only  a few lines in html takes tons of code in flash and it doesn't work. I've spent days trying to get this thing to call my php file and it doesn't

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines