Skip Menu |

This queue is for tickets about the jQuery-File-Upload CPAN distribution.

Report information
The Basics
Id: 85728
Status: resolved
Priority: 0/
Queue: jQuery-File-Upload

People
Owner: Nobody in particular
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: save_local() does not close the file handle
Hi The output file contains 0 bytes because 'close OUTFILE;' is not called. I did see commented-out code in _save_cloud() using the same handle.
Thank you. I have patched this. On Thu May 30 02:18:25 2013, RSAVAGE wrote: Show quoted text
> Hi > > The output file contains 0 bytes because 'close OUTFILE;' is not called. > > I did see commented-out code in _save_cloud() using the same handle.