I've encountered the strangest problem with my DeskTube
application. When the user decides to download a video, its
uploaded to my server so it can be converted, well, recently I've
been getting an IOError the second the file is completely uploaded!
See below:
[ProgressEvent type="progress" bubbles=false cancelable=false eventPhase=2 bytesLoaded=1464146 bytesTotal=1464146]
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL: path/to/my/upload.php" errorID=2038]
These two events fire at almost the exact same time. What could possible be happening? It was working before, and nothing has changed....??!!
[ProgressEvent type="progress" bubbles=false cancelable=false eventPhase=2 bytesLoaded=1464146 bytesTotal=1464146]
[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2038: File I/O Error. URL: path/to/my/upload.php" errorID=2038]
These two events fire at almost the exact same time. What could possible be happening? It was working before, and nothing has changed....??!!