Search found 3 matches

by ecrs
Tue Oct 19, 2010 4:12 pm
Forum: JFileUpload
Topic: Subdirectories not getting chmod
Replies: 3
Views: 10186

Re: Subdirectories not getting chmod

I have added this functionality myself, and included the code in hopes that it be implemented in future releases so everyone can use it. The following parameters should be set: <PARAM NAME="folderdepth" VALUE="-1"> <PARAM NAME="postparameters" VALUE="extrarelative" <PARAM NAME="param9" VALUE="notify...
by ecrs
Wed Oct 13, 2010 3:53 pm
Forum: JFileUpload
Topic: Subdirectories not getting chmod
Replies: 3
Views: 10186

Subdirectories not getting chmod

I'm using the parameters to attempt to set all uploaded files and folders to 0777 permissions (this is necessary for our situation). The created account folder as well as each individual file has the permissions set correctly, but any uploaded subfolders do not (they are set to 0755 instead of the d...
by ecrs
Fri Oct 08, 2010 2:58 pm
Forum: JFileUpload
Topic: How to append .part to partial upload files (php)
Replies: 1
Views: 8228

How to append .part to partial upload files (php)

So I've been using your demo copy of JFileUpload to see if it will work with what we need (a way for our customers to upload large files (>2GB) to our server). After tweaking a few things, playing with settings and writing a new html page (in php) everything looked good. I did find one issue during ...