syrus.xl |
06-24-2007 12:51 PM |
Quote:
Originally Posted by nebu
(Post 1274987)
i need a function where user can upload mp3 files directly to the players webspace ....
possible?
|
This feature was looked at during the design, but left out for a number of reasons. The main reason was the 2Mb PHP limit, which can be changed by using an override. Basically, depending on the server configuration, it can be done in two different ways. - 1. Adding a few lines of code to the main .htaccess file to allow a longer PHP time-out and also change the PHP limit to about 5-10Mb.
- 2. Adding a php.ini file - again to override the servers default settings.
In both cases it would have made the modification harder to install, because people would need to find out if they could use any of these methods, some hosts don't allow either option.
The pro version will have this feature, and a test script, to find out if your server can handle either option. The test script would be a free tool to allow a client to test their server prior to purchasing the commercial script.
|