Re: Image Upload 1.2.1
Sounds like it might be your server's configuration then. Try this, put the following code into some file, say phpinfo.php and run it:
<?php
phpinfo();
?>
That will output all the php config info for your server. Do a search for file_uploads and make sure it has the value "On" set, also check upload_max_filesize, the default is 2M, but maybe your server is configured with something much smaller.
On a different note, I've re-launched my old site that has been doing nothing for the past few months. Would really help me if you guys join up there so I don't have to check a hundered different threads and forums. That'll be the place where I'll be posting most of the development info from now on, though of course, all releases will still be uploaded to punres.org.
Site uri: http://www.mxsoft.org
See you there