Thanks for your replies.
2. I've downloaded JFU and see it has even more files than a regular TFU version
so it probably won't fit my task...
3. Would it be possible to have a "mini" version of TFU which just handles the file uploading process with the minimum set of options? I mean, it would consist of tfu_210.swf which is included on the page, replacing the standard file upload box/dialogue, tfu_config.php and set of language packs. Under tfu_config.php, I would need only a few options - the language pack used and the URL of the script to submit a file to ($upload_file), the set of allowed/disallowed extensions, kind of redirection URL after upload (not important if it was successful or not - my script would report it on the next screen), and ability to transmit form fields data in this process. I don't need remote folder view, nothing else.
I hope you understand what I mean. I've checked many Flash uploaders of the same kind, and what I specially like in your version, is the interface. Very simple, very intuitive, very user friendly, and it suits my task very well.
Being a professional coder, I wouldn't need the other settings. I could, and I
should handle them in my own script. As you probably know, until the file is fully transmitted on server, PHP can't take any actions regarding its type or extension, and all security is handled
after the file has been uploaded. That's why I will use my own script for receiving the files, anyway.
All the code and pile of scripts you have, are probably created for end users, not truly developers. What the developers may need, is just a pure flash replacement of standard upload box, and upload progress indicator. The other things do not affect custom security at all.
So, I understand this may be a custom work, and my question is - is that possible to have a very simplified version, and if so, how much it would cost?
4. The setting is about this:
$maxfilesize = getMaximumUploadSize();
I didn't change it, it's a default setting I suppose.
5. Localhost would be really great to try everything out. How much it would cost to me?
Thanks for your replies and work.