Script URL: http://submit.notypos.org/
Version of script: 2.2
Hosting company: nvita.org
URL of phpinfo.php: http://submit.notypos.org/phpinfo.php
URL of session_test.php: http://submit.notypos.org/session_test.php
What terms did you try when SEARCHING for a solution:
hesk upload; hesk mp3, hesk filetypes, hesk txt mp3
Write your message below:
hello, I can upload a small txt file but not a 4.3 mb mp3 file. What''s wrong? I have no idea where to start. Here is the error:
[client 192.168.0.19] PHP Warning: readfile(/usr/home/squirrel/pub/notypos/attachments/SJEYRHBMMZ_5cb679b8c9583f6130af9561ee34f5e0.mp3) [<a href='function.readfile'>function.readfile</a>]: failed to open stream: No such file or directory in /usr/home/squirrel/pub/notypos/download_attachment.php on line 91, referer: http://submit.notypos.org/ticket.php?tr ... resh=60978
It looks like the file is uploading:
tcpdump -i fxp1 -nN -vvv -xX host 192.168.0.19
blah blah data stream....
Can upload small .txt but not 4.3mb .mp3 file !
Moderator: mkoch227
Re: Can upload small .txt but not 4.3mb .mp3 file !
Ehhh ... don't know why but the value of upload_max_filesize is only 2M in:
http://submit.notypos.org/phpinfo.php
I set the value to 200M with an .htaccess file:
php_value upload_max_filesize 200M
Somehow this value can only be set with an .htaccess file ...
Oh well thanks all ... at least the post is here! lol
http://submit.notypos.org/phpinfo.php
I set the value to 200M with an .htaccess file:
php_value upload_max_filesize 200M
Somehow this value can only be set with an .htaccess file ...
Oh well thanks all ... at least the post is here! lol
Re: Can upload small .txt but not 4.3mb .mp3 file !
Correct, file upload limits are handled by PHP settings.
You should also increase the value of post_max_size as yours is now limited to 8Mb (max files + data inthe form == 8 Mb).
You should also increase the value of post_max_size as yours is now limited to 8Mb (max files + data inthe form == 8 Mb).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools