Archive

Posts Tagged ‘max file size’

Upload Manager

August 25th, 2009 Comments off

After testing many of the available upload managers, Mega File Hosting, Easy Uploader, euploader, xtrafile and others, I have found they all have trouble uploading larger files in a hosted environment where there are limitations on PHP settings and server configurations.

I am interested in developing a script similar to those mentioned but that overcomes the limitations of uploading large, 2gb+ files.

An upload system similar to that used in Upload.ThinFile.Com/Resume where the uploaded file is chopped into smaller files and reassembled on the server is desired. The file must work in shared hosting environments where upload restrictions or PHP limitations are applied.

Intergration with Paypal for automatic billing.

A CSS compliant skinning system with [tokens] for site and user information

An upload progress bar that includes time, time remaining, file size, and amount transferred.

A registered or subscribing user would be able to select files from their computer to upload to the server. They can enter email addresses or select from an Email Group and optionally enter a message. When the upload is complete the email addresses entered or all addresses in the email group would receive an email with a download link and the optional message from the user.

The file would remain on the server for a configurable amount of time based on User Group or User Account Settings

ADMIN SETTINGS

Site Name [sitename]
Logo [logo]
require registration verification by email
show recent uploads on home page [recentuploads]*
show most popular downlaods [populardownloads]*
show featured downloads [featureddownloads]*
Admin email & password
Email users by registration groups

Create User registration Groups
Number of daily file uploads [dailyuploads]
Max File size [maxfilesize]
Max stored disk space [maxdiskspace]
Number of days until file is automatically deleted from server [daystodelete]
Archive files [archivefiles]
Optional password protect upload [pwprotect]
Optional add description to upload [uldescription]
allow to view catalog of uploaded files [viewfiles]
Public view of users uploads (website.com/username) [publicview]*
Allow to make folders (archive files) [allowfolders]*
Number of email groups allowed [numemailgroups]
Max addresses in each email group [maxemailgroups]
Default message to email recipients [defaultmessage]
Subscription
Cost (y/m/d) [fee]
Expiration Date [exp]

File Management
Admin View Uploads
File name [filename]
Download Link [dlink]
User Name [username]
IP Address [ipaddress]
Date uploaded [uploaddate]
Scheduled delete date [deletedate]
lock option (no delete) [locked]
Delete file
Ban file
Ban user

Members Management
Add user
User Name [username]
registered IP Address [regip]
Email [useremail]
User group [usergroup]
Date registered [regdate]
Exp date [exp date]
Delete user
Ban User

Override user group defaults
Number of daily file uploads [dailyuploads]
Max File size [maxfilesize]
Max stored disk space [maxdiskspace]
Number of days until file is automatically deleted [daystodelete]
Archive files [archivefiles]*
allow to view catalog of uploaded files [viewfiles]
Public view of users uploads (website.com/username) [publicview]*
Allow to make folders [allowfolders]*
Number of email groups allowed [numemailgroups]
Max addresses in each email group [maxemailgroups]
Default message to email recipients [defaultmessage]

Billing
View subscriptions by date
View subscriptions by user group
View subscriptions by exp.

Users have access to an account info page
User account info
UserName
IP Address
Email
Total Uploads [totuploads]
Total Downloads [totdownloads]
number of active files [activefiles]*
User Group
Exp Date
Create Email group

View files
Edit description
edit password
delete file
Archive File*
Edit Email Group
Add Email address
Add Name
Add/Edit default message

* These items are not needed for my plan for implementing the script but would provide functionality as a file storage system as well. Depending on cost these may be omitted.

Image Resizing Software

June 23rd, 2009 Comments off

Hi,

I need a simple standalone batch image resizing application done for win xp.
Specs as follow:

-Needs to batch resize all pics (jpeg files) in a specified folder (+all its subfolders) with these specs:

+I Need to be able to specify a min+max size

(example, if i set: min size: 640×480 / max size: 1600×1200:
- all pics that are smaller than 640×480 will be resized bigger to match the min size
- all pics that are found bigger than 1600×1200 will be downsized smaller to match the max size)
- all pics that are in between the min/max size will be left untouched

+Need to be able to specify a min+max file size

(example, if i set: min file size: 50kb / max file size: 200kb:
- all pics that are smaller than 50kb will be saved at a bigger size (higher jpeg quality) to match the min file size
- all pics that are found bigger than 200kb will be downsized/compressed (jpeg quality/compressed) to match the max file size

+Needs to keep the initial image ratio & process portrait/landscape images accordingly.

+When i select a folder to batch-resize, it needs to add all the pics found inside its subfolders.
All the new/processed images need to overwrite the old ones.

Regards,
Aur

Bear