Mini-reviews on the forum

This page collects various reviews that have been posted by users on our forum. They represent the views of the poster and not necessarily the views of the site administrators. To browse a more complete and up-to-date collection of mini-reviews, check out the mini-review section of our forum here.

Editorial Integrity

DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.

Latest Forum Posts

Create your own Flipbooks: Another Great Idea
Flipbook Printer is another great idea especially for birthdays, holiday season or other occurrences where kids are around. It makes it possible to create flipbooks from avi files and is easy to manage.. Flipbook Printer offers a great (and cheap) way of creating a special gift for someone that you like. I would say that not only kids but also women would love this kind of present.
gHacks.net Blog image

Mini-reviews on the forum

This page collects various reviews that have been posted by users on our forum. To browse a more complete and up-to-date collection of mini-reviews, check out the mini-review section of our forum here.

You are viewing a specific blog item. Click here to return to the main blog page.

XUpload: Fileupload with Browser and Progressbar

xupload_status.png
A few days ago i was in need to implement a file upload capability in one of my web applications. It should work on clientside without any special programs like a FTPClient or sth. like that. Only with the pure, available on every PC, webbrowser.

The ugly side of the story was, that uploads with browsers sucks. You have no real progress tracking. But i like to have this feature. So i researched a bit and learned that is isn't possible with only PHP right out of the box, if you haven't installed PHP V 5.2 or higher on your server or use some patched unofficial PHP corefiles. In the 5.2+ versions of PHP there are hook functions built in to monitor http uploads. But i was stuck with PHP 5.1.2, so no hooks for poor JoTo and i reject to use unofficial hacked core files.

So i accepted to have a hybrid solution with a combination of PHP and Perl/CGI that can do the trick. I searched a bit further and found a wonderful component named XUpload from Sibsoft. I downloaded the thingy and it worked for me, right out of the box, after a short and easy install. So i decided to share this information with you all, in the case someone is in need also in the future.

Features i liked:
<ul>
<li>A continuous realtime progress bar and information about uploaded amount in percent and KB, upload speed, used as well as remaining time</li>
<li>Handles big files also (i tested it up to 600MB yet)</li>
<li>The upload page and the embedded form, as well as the upload status window, are very customizable using a template system and CSS</li>
<li>The upload form is extensible with as many user defined fields as you wish</li>
<li>The upload CGI is fully transparent and you can redirect all form data, after the upload finishes, to any URI you want (to process the uploaddata yourself - e.g. like me to my PHP script again to send a notify email about the upload</li>
</ul>

The older version 2.6 of XUpload is free. There is also a PRO Version 3.0 of XUpload with many more features (, page inline progressbar, ...) for purchase at $37 per domain. But even the free version is very usable for most cases and can be used for as many domains as you wish.

http://www.sibsoft.net/xupload.html



Share on Facebook