can upload
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 620
mod_upload
mod_upload is an input filter module for multipart/form-data, as submitted from File Upload forms on the Web. more>>
mod_upload is an input filter module for multipart/form-data, as submitted from File Upload forms on the Web. It decodes the data, so the handler gets the file itself without the MIME encoding. Other fields from the form are provided as a table of names/values.
A second filter, formerly mod_tmpfile, is available to store the file contents in a tempfile. This ensures that all the Form data are available when the file is processed, and is useful for handlers that need to run synchronously.
Example:
Consider a simple HTML file upload fragment:
< form method="post" action="my-handler" enctype="multipart/form-data" >
Your name: < input name="name" >
Your email address: < input name="email" >
< br >File: < input name="file" type="file" >
< br >Additional comments < textarea rows=4 cols=40 name="comments" >
< /textarea >
< /form >
This will generate an HTTP POST request containing an uploaded file with three additional user-supplied text fields. The data are MIME-encoded and normally the Handler has to decode them.
upload-filter
Using upload-filter as an input filter, the handler will be passed instead the decoded file contents. It can access the other Form data (the values of name, email and comments through a table exported by the function
apr_table_t* mod_upload_form(request_rec* r)
which is available to any Handler or other module that needs the data.
Configuration:
To insert mod_upload, use the AddInputFilter or SetInputFilter directives. For pipelined applications,
SetInputFilter upload-filter
or for synchronous applications, add both upload and tmpfile
SetInputFilter tmpfile-filter;upload-filter
mod_upload defines two further configuration directives:
UploadField
The name of the file upload field in the HTML form to be processed
UploadFormSize
The size of the table allocated for form elements other than the upload. This is advisory; the APR can handle automatic resizing of tables.
<<lessA second filter, formerly mod_tmpfile, is available to store the file contents in a tempfile. This ensures that all the Form data are available when the file is processed, and is useful for handlers that need to run synchronously.
Example:
Consider a simple HTML file upload fragment:
< form method="post" action="my-handler" enctype="multipart/form-data" >
Your name: < input name="name" >
Your email address: < input name="email" >
< br >File: < input name="file" type="file" >
< br >Additional comments < textarea rows=4 cols=40 name="comments" >
< /textarea >
< /form >
This will generate an HTTP POST request containing an uploaded file with three additional user-supplied text fields. The data are MIME-encoded and normally the Handler has to decode them.
upload-filter
Using upload-filter as an input filter, the handler will be passed instead the decoded file contents. It can access the other Form data (the values of name, email and comments through a table exported by the function
apr_table_t* mod_upload_form(request_rec* r)
which is available to any Handler or other module that needs the data.
Configuration:
To insert mod_upload, use the AddInputFilter or SetInputFilter directives. For pipelined applications,
SetInputFilter upload-filter
or for synchronous applications, add both upload and tmpfile
SetInputFilter tmpfile-filter;upload-filter
mod_upload defines two further configuration directives:
UploadField
The name of the file upload field in the HTML form to be processed
UploadFormSize
The size of the table allocated for form elements other than the upload. This is advisory; the APR can handle automatic resizing of tables.
Download (0.011MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
732 downloads
XUpload 2.6
XUpload - an advanced progress bar indicator for web based file uploads written on Perl more>>
XUpload - an advanced progress bar indicator for web based file uploads written on Perl. Including such features like real-time progress bar, amount of transferred bytes, approx. upload speed, transfer failure detection. Only for Unix/Linux webservers.
XUpload is a tool that allows you to view the progress indicator.
Main features:
- Real time progress bar
- Upload speed meter
- Total/Transfered bytes counter
- Transfer failure detection
- Compatible with well known browsers (IE, Opera, Mozilla)
- Integration with PHP code
- Large files upload (No limitations!)
- Works on a standard server or a secure server (https)
- Can be integrated with absolutely any framework (login systems)
- Popup upload progress bar
<<lessXUpload is a tool that allows you to view the progress indicator.
Main features:
- Real time progress bar
- Upload speed meter
- Total/Transfered bytes counter
- Transfer failure detection
- Compatible with well known browsers (IE, Opera, Mozilla)
- Integration with PHP code
- Large files upload (No limitations!)
- Works on a standard server or a secure server (https)
- Can be integrated with absolutely any framework (login systems)
- Popup upload progress bar
Download (45.4KB)
Added: 2009-04-29 License: Freeware Price:
207 downloads
Thin FTP Upload 2.0
Thin FTP Upload is an FTP upload applet designed for integration with Web applications. more>>
Thin FTP Upload project is an FTP upload applet designed for integration with Web applications.
Do you want to quickly add FTP file upload functionality to your website? Then Thin FTP Applet, a product that can be installed in less than 2 minutes is the product to choose.
To send files using the File Transfer Protocol, all your users have to do is to drag and drop them onto the designated area of the browser. Entire directory tree and a virtually unlimited number of files totalling several giga bytes can be transfered in this manner.
If your server is configued to allow annoymous transfers your users dont even have to login. Else they can login interactively by entering their username and password. Or else you can make it easier for them by using a single predefined username and password for each user so that multiple accounts do not have to be created.
Whats New in 1.02 Stable Release:
- The new version of the applet aims for improved compatibility with a wider range of FTP servers, epecially those servers deployed on Windows.
- The new version includes a subtle change in the way that the applet handles the trailing slash in the URL.
Whats New in 2.0 Development Release:
- Interrupted FTP uploads can now be resumed.
- A new progress monitor has been added.
- The applet loading mechanism has been changed, and the applet can now be configured using HTML parameters.
<<lessDo you want to quickly add FTP file upload functionality to your website? Then Thin FTP Applet, a product that can be installed in less than 2 minutes is the product to choose.
To send files using the File Transfer Protocol, all your users have to do is to drag and drop them onto the designated area of the browser. Entire directory tree and a virtually unlimited number of files totalling several giga bytes can be transfered in this manner.
If your server is configued to allow annoymous transfers your users dont even have to login. Else they can login interactively by entering their username and password. Or else you can make it easier for them by using a single predefined username and password for each user so that multiple accounts do not have to be created.
Whats New in 1.02 Stable Release:
- The new version of the applet aims for improved compatibility with a wider range of FTP servers, epecially those servers deployed on Windows.
- The new version includes a subtle change in the way that the applet handles the trailing slash in the URL.
Whats New in 2.0 Development Release:
- Interrupted FTP uploads can now be resumed.
- A new progress monitor has been added.
- The applet loading mechanism has been changed, and the applet can now be configured using HTML parameters.
Download (0.054MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1109 downloads
Rad Upload Lite 3.12
Rad Upload is a drag and drop file upload applet with a progress monitor. more>>
Rad Upload is a drag and drop file upload applet with a progress monitor. Advanced features of Rad Upload Lite include recursive upload of directories and setting upload limits at the client side.
Bandwidth saving options include filtering out unwanted file types, compression, and resizing images before they are uploaded.
Both HTTP/HTTPS and FTP protocols are supported, and files can be uploaded using copy and paste, as well as with an optional traditional browse button.
Main features:
- Drag and Drop
- Progress Bar
- Applet Size
- Copy and Paste
- FTP upload
- SSL
- Upload Folders
- Redirect After Upload
- Image Scaling
- Client Side Filtering
- Display Thumbnails
- GZip Compression
- Javascript Calls
Installation:
First make sure that your server is correctly configured to accept file uploads. With sites that use PHP you can make use of the included test.html and upload.php files to test your server configuration.
Depending on the version you have downloaded move dnd.jar, dndlite.jar or dndplus.jar onto your web space. Also move the included php files onto the same location as the jar file. Next open applet.php in your favourite text editor and change the url parameter to match your server-side upload handler. Thats it!
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify upload.php to suite the needs of your website or web application.
If you prefer to use perl as your server side handler please copy upload.cgi to your /cgi-bin/ directory and change permissions to 755. Perl upload handling can be tested with test-perl.html
Each licence of Rad Upload Lite, Rad Upload and Rad Upload Plus allows you to install the applet on exactly one website.
Enhancements:
- A minor bug in client side filtering (by file type) and an incompatibility with tnftpd on Mac OS X were fixed.
<<lessBandwidth saving options include filtering out unwanted file types, compression, and resizing images before they are uploaded.
Both HTTP/HTTPS and FTP protocols are supported, and files can be uploaded using copy and paste, as well as with an optional traditional browse button.
Main features:
- Drag and Drop
- Progress Bar
- Applet Size
- Copy and Paste
- FTP upload
- SSL
- Upload Folders
- Redirect After Upload
- Image Scaling
- Client Side Filtering
- Display Thumbnails
- GZip Compression
- Javascript Calls
Installation:
First make sure that your server is correctly configured to accept file uploads. With sites that use PHP you can make use of the included test.html and upload.php files to test your server configuration.
Depending on the version you have downloaded move dnd.jar, dndlite.jar or dndplus.jar onto your web space. Also move the included php files onto the same location as the jar file. Next open applet.php in your favourite text editor and change the url parameter to match your server-side upload handler. Thats it!
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify upload.php to suite the needs of your website or web application.
If you prefer to use perl as your server side handler please copy upload.cgi to your /cgi-bin/ directory and change permissions to 755. Perl upload handling can be tested with test-perl.html
Each licence of Rad Upload Lite, Rad Upload and Rad Upload Plus allows you to install the applet on exactly one website.
Enhancements:
- A minor bug in client side filtering (by file type) and an incompatibility with tnftpd on Mac OS X were fixed.
Download (0.066MB)
Added: 2007-06-01 License: Other/Proprietary License with Source Price:
875 downloads
Easy PHP Upload 2.28
Easy PHP Upload is a PHP upload class that can be used to upload files with a client browser to a remote Web server. more>>
Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location.
The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes together with full working examples. Sinds the second version is it possible to upload multiple files.
Check the class file for all update information. The version 2.22 (and higher) is compatible with the PHP directive "register_globals=off". NEW functions for the multiple upload function: rename files and filename validation.
With the updated (ver. 2.25) photo upload extension its possible to upload photos (logos) and resize them to the maximum X and Y size.
Enhancements:
- Two more languages (for the messages) were added to the class: Brazilian Portuguese and Bulgarian.
- All translations (except de, nl, en, and fr) are stored in external files.
- The new function to create non-existing directories was not working for the photo upload extension and has been fixed.
- The check_dir() method is more flexible now and can be used for more locations.
- The process_image() method from the photo_upload extension was modified to use this check now.
<<lessThe features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes together with full working examples. Sinds the second version is it possible to upload multiple files.
Check the class file for all update information. The version 2.22 (and higher) is compatible with the PHP directive "register_globals=off". NEW functions for the multiple upload function: rename files and filename validation.
With the updated (ver. 2.25) photo upload extension its possible to upload photos (logos) and resize them to the maximum X and Y size.
Enhancements:
- Two more languages (for the messages) were added to the class: Brazilian Portuguese and Bulgarian.
- All translations (except de, nl, en, and fr) are stored in external files.
- The new function to create non-existing directories was not working for the photo upload extension and has been fixed.
- The check_dir() method is more flexible now and can be used for more locations.
- The process_image() method from the photo_upload extension was modified to use this check now.
Download (0.013MB)
Added: 2006-01-26 License: GPL (GNU General Public License) Price:
1404 downloads
class.upload.php 0.24
class.upload.php manipulates uploads and images very easily. more>>
class.upload.php manipulates uploads and images very easily. It can convert and resize uploaded images in many ways. It uses the GD library.
How does it work?
- the class constructor upload handles a uploaded file (it can also handle a local file)
some optional parameters can be set up to act on the file during the process
- the process is called with as an argument the destination directory on the server. If some parameters have been set up, the class will rename, resize, convert files and images
- when the uploaded file is not needed anymore, we can delete it using clean.
Why use this class?
- with one uploaded file, you can do as many copies, convertions, resizing you want.
- you can resize each image dimension, or both, keeping the image ratio or not.
- you can choose to resize an image only if it is bigger -or smaller- than the wanted sizes
- you can manipulate the image in many ways, play with colors, add labels and watermarks...
- its use is simplistic but powerful
- a lot of variables are set up during the process. You can retrieve all these values after a process.
- error messages are understandable, and a variable log allows you to see what the class does.
- it is already widely used on Internet
- it is free
Enhancements:
- This release fixes a few bugs and adds some improvements.
- It is now possible to set a background color for the pictures and to use replacement tokens in the text labels.
- Some new cropping options have been implemented.
<<lessHow does it work?
- the class constructor upload handles a uploaded file (it can also handle a local file)
some optional parameters can be set up to act on the file during the process
- the process is called with as an argument the destination directory on the server. If some parameters have been set up, the class will rename, resize, convert files and images
- when the uploaded file is not needed anymore, we can delete it using clean.
Why use this class?
- with one uploaded file, you can do as many copies, convertions, resizing you want.
- you can resize each image dimension, or both, keeping the image ratio or not.
- you can choose to resize an image only if it is bigger -or smaller- than the wanted sizes
- you can manipulate the image in many ways, play with colors, add labels and watermarks...
- its use is simplistic but powerful
- a lot of variables are set up during the process. You can retrieve all these values after a process.
- error messages are understandable, and a variable log allows you to see what the class does.
- it is already widely used on Internet
- it is free
Enhancements:
- This release fixes a few bugs and adds some improvements.
- It is now possible to set a background color for the pictures and to use replacement tokens in the text labels.
- Some new cropping options have been implemented.
Download (0.042MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
885 downloads
Gallery Uploader 0.2.2
Gallery Uploader is a Python script that can upload pictures to Web Gallery (only versions 2.0 or above). more>>
Gallery Uploader is a Python script that can upload pictures to Web Gallery (only versions 2.0 or above).
Gallery Uploader supports multiple galleries. To do it so, you need to save URL, User and Password using the –save option, passing a name to the gallery. You can point to this gallery using the -G option. If there is only one gallery in the configuration, you won’t need the -G option, as GUP will automagically use that gallery.
Creating Albums
To create an album, you need the -c option. This option takes three parameters:
Parent album id: the id of the album where the new album will be created. There is an special album with id “0″, which is the root of all albums, but it is NOT the album you see when you open Web Gallery in the browser. To find this “first album”, you can use the –show-child=0 option;
Album name: it’s the name your gallery will have. In the web interface, it is the first field asked when creating an album. Internally, it is the directory name in the server where the pictures will be stored (so, invalid file names will cause GUP to fail);
Album title: it’s the visible part of the album, displayed on the page.
Also, note that there is three parameters and that space is used to split them. So, if you want to add spaces to your album name or album title, you need to enclose it by quotes, like -c 7 my_first_album “My First Album” (this will create an album named “My First Album”, stored as “my_first_album” in the server, under the album with the id “7″).
Uploading Images
To upload images, you need to create an album (using something like the above example) or using the -a option, passing the album id. Also, if you don’t need the picture in your computer after uploading, you can use the –delete option.
<<lessGallery Uploader supports multiple galleries. To do it so, you need to save URL, User and Password using the –save option, passing a name to the gallery. You can point to this gallery using the -G option. If there is only one gallery in the configuration, you won’t need the -G option, as GUP will automagically use that gallery.
Creating Albums
To create an album, you need the -c option. This option takes three parameters:
Parent album id: the id of the album where the new album will be created. There is an special album with id “0″, which is the root of all albums, but it is NOT the album you see when you open Web Gallery in the browser. To find this “first album”, you can use the –show-child=0 option;
Album name: it’s the name your gallery will have. In the web interface, it is the first field asked when creating an album. Internally, it is the directory name in the server where the pictures will be stored (so, invalid file names will cause GUP to fail);
Album title: it’s the visible part of the album, displayed on the page.
Also, note that there is three parameters and that space is used to split them. So, if you want to add spaces to your album name or album title, you need to enclose it by quotes, like -c 7 my_first_album “My First Album” (this will create an album named “My First Album”, stored as “my_first_album” in the server, under the album with the id “7″).
Uploading Images
To upload images, you need to create an album (using something like the above example) or using the -a option, passing the album id. Also, if you don’t need the picture in your computer after uploading, you can use the –delete option.
Download (0.015MB)
Added: 2007-02-28 License: GPL (GNU General Public License) Price:
969 downloads
Flickr::Upload 1.22
Flickr::Upload is a Perl module to upload images to flickr.com more>>
Flickr::Upload is a Perl module to upload images to flickr.com
SYNOPSIS
use Flickr::Upload;
my $ua = Flickr::Upload->new( key => 90909354, secret => 37465825 );
$ua->upload(
photo => /tmp/image.jpg,
auth_token => $auth_token,
tags => me myself eye,
is_public => 1,
is_friend => 1,
is_family => 1
) or die "Failed to upload /tmp/image.jpg";
<<lessSYNOPSIS
use Flickr::Upload;
my $ua = Flickr::Upload->new( key => 90909354, secret => 37465825 );
$ua->upload(
photo => /tmp/image.jpg,
auth_token => $auth_token,
tags => me myself eye,
is_public => 1,
is_friend => 1,
is_family => 1
) or die "Failed to upload /tmp/image.jpg";
Download (0.073MB)
Added: 2006-12-20 License: Perl Artistic License Price:
1047 downloads
t@b Directory Uploader 0.952
t@b Directory Uploader is a software that can upload a directory to a FTP server. more>>
t@b Directory Uploader is a software that can upload a directory to a FTP server.
You can upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.
This program runs on Mac OS X, Windows and Linux
Example:
FTP Host Name: ftp.website.com (no ftp://)
FTP Host Path: foldername (if no folder type / instead)
FTP User Name: ftpusername
FTP Password: ftppassword
<<lessYou can upload a complete directory to an FTP server, including all subdirectories from a user-friendly interface. Features automatic (no user input required) retry until all files have successfully uploaded.
This program runs on Mac OS X, Windows and Linux
Example:
FTP Host Name: ftp.website.com (no ftp://)
FTP Host Path: foldername (if no folder type / instead)
FTP User Name: ftpusername
FTP Password: ftppassword
Download (0.15MB)
Added: 2006-03-22 License: Freeware Price:
1356 downloads
Forumsigs Image Uploader 1.1.0
Forumsigs Image Uploader allows you to browse sites and save the images on the page. more>>
Forumsigs Image Uploader allows you to browse sites and save the images on the page.
Browsing sites and want to save the images on the page? Upload them directly to your Forumsigs Image Hosting account.
This extension will allow you to upload images directly to your Forumsigs.com account.
Right click on an image on a web page and upload it to your Forumsigs account. Easily upload any image and it will also automatically generate URLs to the images.
Works with JPG, GIF, PNG, BMP images.
** Must have an account at Forumsigs.com prior to using. Signup today for your free account.
<<lessBrowsing sites and want to save the images on the page? Upload them directly to your Forumsigs Image Hosting account.
This extension will allow you to upload images directly to your Forumsigs.com account.
Right click on an image on a web page and upload it to your Forumsigs account. Easily upload any image and it will also automatically generate URLs to the images.
Works with JPG, GIF, PNG, BMP images.
** Must have an account at Forumsigs.com prior to using. Signup today for your free account.
Download (0.13MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
928 downloads
Firefox Universal Uploader 0.3.1
Firefox Universal Uploader is a Firefox extension that allows you to upload/download files from any website. more>>
Firefox Universal Uploader is a Firefox extension that allows you to upload/download files from any website using a friendly interface. Upload files/photos/videos to Flickr, Picasa, Youtube, Box.net(1GB of free space) are Facebook in this version. Next versions would support other websites like Google Videos, Webshots etc.
Thumbnail view of local and remote files will be given in the next version. You can add multiple files to the queue at a time. Extension will take care of uploading them for you.
Main features:
- It shows the local folders and remote folders which enables you to upload files by single click.
- You can upload any number of files at a time.
- You can upload files to multiple websites using a single interface (using only one extension).
- Ability to add multiple accounts and upload files to each account independently.
- Site specific features are also included and will be improved in the coming versions. eg. Box.net: giving public/private access to files.
<<lessThumbnail view of local and remote files will be given in the next version. You can add multiple files to the queue at a time. Extension will take care of uploading them for you.
Main features:
- It shows the local folders and remote folders which enables you to upload files by single click.
- You can upload any number of files at a time.
- You can upload files to multiple websites using a single interface (using only one extension).
- Ability to add multiple accounts and upload files to each account independently.
- Site specific features are also included and will be improved in the coming versions. eg. Box.net: giving public/private access to files.
Download (0.14MB)
Added: 2007-07-11 License: Other/Proprietary License Price:
858 downloads
Shutterfly SmartUpload 1.1.0-6
Shutterfly SmartUpload project allows you to easily view and edit your pictures offline before you upload them to Shutterfly. more>>
Shutterfly SmartUpload project allows you to easily view and edit your pictures offline before you upload them to Shutterfly.
Enhancements:
- View your pictures as thumbnails or in full size (Shutterfly supports jpeg format). If you like, you can see your pictures as a full-screen slideshow.
- Organize your pictures. Name and add a description to one or several of your pictures.
- Edit your pictures. Rotate and crop to get the shot you want.
With Shutterfly SmartUpload, it is easy to upload your pictures.
- Upload mulitple pictures at once. Just select the pictures you want and choose where you want to store them, either in an existing Shutterfly album or a new one. Once you start your upload, you can pause, resume and cancel at any time. You can even watch the progress of your upload.
<<lessEnhancements:
- View your pictures as thumbnails or in full size (Shutterfly supports jpeg format). If you like, you can see your pictures as a full-screen slideshow.
- Organize your pictures. Name and add a description to one or several of your pictures.
- Edit your pictures. Rotate and crop to get the shot you want.
With Shutterfly SmartUpload, it is easy to upload your pictures.
- Upload mulitple pictures at once. Just select the pictures you want and choose where you want to store them, either in an existing Shutterfly album or a new one. Once you start your upload, you can pause, resume and cancel at any time. You can even watch the progress of your upload.
Download (0.23MB)
Added: 2006-07-28 License: Freeware Price:
1186 downloads
phpLedAds 2.2
phpLedAds provides a simple yet very powerful PHP/MySql driven banner rotation program. more>>
phpLedAds provides a simple yet very powerful PHP/MySql driven banner rotation program.
This is a simple yet very powerful PHP/MySql driven banner rotation program. Complete with Administrative control panel and statistics for each ad. This ad program was designed for single site use. Version 2.2 includes many upgrades including improved database design and graphed statistics (created on-the-fly). Also supports either standard image-based ads (with upload support) or rich text ads -- and so much more! Version 2.2 includes many bug fixes as well as more graphs and advanced features!
Main features:
- Better Database Design - Massive improvements made over the previous version of phpLedAds (formally Led-Ads)
- Simple Interface - The interface, while powerful and very functional, is very easy to use. No more guessing what something does!
- Graphical Stats - If your host has GD support compiled into php, LedAds will generate graphs representing displays and clicks from the previous 10 days -- automatically! (Graphs creating using JGraph 1.11).
- NEW for version 2.2! -- 30-day history graph comparing displays-to-clicks!
- Two Ad Types - You can use standard ad banners or use your own rich-media adcode (such as what you would get from an ad company).
- Three Link Options - Choose to open clicks on standard ad banners in one of three target attributes (this one was highly requested!)
- Random Number Generation - You can now insert random numbers into the Rich-Media. This allows you to dynamically create what ad your ad company may call unique keys for each time the ad is displayed (highly requested as well!)
- Image Uploads and Storage - You can upload your ad banners right from the control panel -- and let the program take care off all the storage and retrieval.
- Full upgrade ability. You can easily upgrade your Led-Ads (previous name) v1.0 ad stats and info. There is no support to import LedAds 2.0 (CGI Version) yet.
- Full Stats - Stats tracked per day, per month, per year and lifetime! Now you know your total stats all the time!
<<lessThis is a simple yet very powerful PHP/MySql driven banner rotation program. Complete with Administrative control panel and statistics for each ad. This ad program was designed for single site use. Version 2.2 includes many upgrades including improved database design and graphed statistics (created on-the-fly). Also supports either standard image-based ads (with upload support) or rich text ads -- and so much more! Version 2.2 includes many bug fixes as well as more graphs and advanced features!
Main features:
- Better Database Design - Massive improvements made over the previous version of phpLedAds (formally Led-Ads)
- Simple Interface - The interface, while powerful and very functional, is very easy to use. No more guessing what something does!
- Graphical Stats - If your host has GD support compiled into php, LedAds will generate graphs representing displays and clicks from the previous 10 days -- automatically! (Graphs creating using JGraph 1.11).
- NEW for version 2.2! -- 30-day history graph comparing displays-to-clicks!
- Two Ad Types - You can use standard ad banners or use your own rich-media adcode (such as what you would get from an ad company).
- Three Link Options - Choose to open clicks on standard ad banners in one of three target attributes (this one was highly requested!)
- Random Number Generation - You can now insert random numbers into the Rich-Media. This allows you to dynamically create what ad your ad company may call unique keys for each time the ad is displayed (highly requested as well!)
- Image Uploads and Storage - You can upload your ad banners right from the control panel -- and let the program take care off all the storage and retrieval.
- Full upgrade ability. You can easily upgrade your Led-Ads (previous name) v1.0 ad stats and info. There is no support to import LedAds 2.0 (CGI Version) yet.
- Full Stats - Stats tracked per day, per month, per year and lifetime! Now you know your total stats all the time!
Download (0.43MB)
Added: 2007-05-01 License: Freeware Price:
907 downloads
MultipartRequest File Upload parser 2.0B9
MultipartRequest File Upload parser provides a HttpServletMultipartRequest class... more>>
MultipartRequest File Upload parser provides a HttpServletMultipartRequest class that extends the HttpServletRequestWrapper implementation to provide methods for handling multipart form data. The project supports Servlets using Java 1.2 or later.
Enhancements:
- The API was completely redesigned.
- Much of the internals of the code remains the same, but the API is much more OO compatible and is for Java 2 servlets only.
<<lessEnhancements:
- The API was completely redesigned.
- Much of the internals of the code remains the same, but the API is much more OO compatible and is for Java 2 servlets only.
Download (0.20MB)
Added: 2007-05-15 License: LGPL (GNU Lesser General Public License) Price:
901 downloads
Xephyrus File Upload Tag Library 1.0
Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. more>>
Xephyrus File Upload Tag Library provides an easy way to process files uploaded from a web form from within JSP pages. It is a tag library wrapper around the Jakarta Commons FileUpload utility.
Enhancements:
- added keepPath attribute to remotePath tag to indicate whether to keep (if present) or remove remote path information
- added keepEmpty attribute to parse tag to indicate whether to include file items that do not include files
- fixed NullPointerException when localPath tag was used with an empty file item
- fixed ClassCastException when any accessor tag was used with an empty file item
- fixed EL functionality problem with boolean attributes
- fixed max size incompatibility from integers to longs
- fixed internal code to work with altered library architecture
- removed fileItemClassName attribute from parse tag because I dont think anybody would ever use it and the new architecture ditched their internal reflection for this which isnt really hard to rework but is just more than I want to deal with right now especially since it would render some of the other tags dysfunctional if it ever were actually used and if anybody ever did need it they could just make their own tag library anyhow
- reformatted documentation to be (much) more readable
<<lessEnhancements:
- added keepPath attribute to remotePath tag to indicate whether to keep (if present) or remove remote path information
- added keepEmpty attribute to parse tag to indicate whether to include file items that do not include files
- fixed NullPointerException when localPath tag was used with an empty file item
- fixed ClassCastException when any accessor tag was used with an empty file item
- fixed EL functionality problem with boolean attributes
- fixed max size incompatibility from integers to longs
- fixed internal code to work with altered library architecture
- removed fileItemClassName attribute from parse tag because I dont think anybody would ever use it and the new architecture ditched their internal reflection for this which isnt really hard to rework but is just more than I want to deal with right now especially since it would render some of the other tags dysfunctional if it ever were actually used and if anybody ever did need it they could just make their own tag library anyhow
- reformatted documentation to be (much) more readable
Download (0.025MB)
Added: 2006-09-01 License: BSD License Price:
1150 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above can upload search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed