WordPress Transload plug-in solution

If youre' using WordPress an would like to intsal the Transload plug-in, here's the answer:
Download and activate this plugin, Filosofo Old Style Uploads
Go to Options/Uploads/ and reset the target directory to /wp-content/uploads
Make sure that the upload directory is set to CHMOD 777
Once that's all done and working, next comes transloader.

You have to edit wp-admin/transload.php
Comment out line 11 & 12, so changes this:
if (!get_settings('use_fileupload')) //Checks if file upload is enabled in the config
die (__("The admin disabled this function"));

to:
//if (!get_settings('use_fileupload')) //Checks if file upload is enabled in the config
// die (__("The admin disabled this function"));

And then add a semicolon on 35
<p><?php printf(__("It doesn't look like you can use the file upload feature at this time because the directory you have specified (<code>%s</code>) doesn't appear to be writable by WordPress. Check the permissions on the directory and for typos."), get_settings('fileupload_realpath')) ?></p>

Add a semicolon after the last bracket like so: fileupload_realpath'));

This info was posted by niziol on the WordPress Support