Page 1 of 1

Not uploading

PostPosted: Sat Jan 28, 2012 9:46 am
by Noname
i have the Daddy's File Host v1.2.3 in http://hellenicwave.net/FileUpload but as you see in screen when i have uploading the file in 100% nothing happend
Image

Re: Not uploading

PostPosted: Sat Jan 28, 2012 9:52 pm
by SamEA
Did you check out the following topic viewtopic.php?f=33&t=266, and have you configured php.ini to accept large uploads?

Re: Not uploading

PostPosted: Sun Jan 29, 2012 3:38 am
by Noname
in my php5.ini i have the
suhosin.get.disallow_nul = Off
suhosin.request.disallow_nul = Off
register_globals = off
short_open_tag= on
memory_limit = 1024M
post_max_size = 192M
file_uploads = On
upload_max_filesize = 192M
max_execution_time = 9000
expose_php = Off
max_input_time = 60