I have a problem with my upload, is it possible to upload directly to a folder? it looks like it goes from temp to my upload folder and my server wont allow this. I cant change these settings in php.ini og .httaccess
This small file on 2MB is OK, but bigger will not work because of the move_uploaded_file /temp
09.20.2009 0:07:17 - 1. Config loaded
>
>
>
> 09.20.2009 0:07:17 - 2. Authenification sucessfull
>
>
>
> 09.20.2009 0:07:17 - 3. Directory read: ./../../../../upload
>
>
>
> 09.20.2009 0:07:17 - 4. Check valid extension: any2icon.exe
>
>
>
> 09.20.2009 0:07:17 - 4a. Extension valid.
>
>
>
> 09.20.2009 0:07:17 - 5. Before move_uploaded_file : /tmp/phpyGJ141 ->
> ./../../../../upload/any2icon.exe
>
>
>
> 09.20.2009 0:07:17 - 5a. after move_uploaded_file.
>
>
>
> 09.20.2009 0:07:17 - 6. Uploaded.
>
>
>
> 09.20.2009 0:07:17 - 7. Internal preprocessing done.
>
>
>
> 09.20.2009 0:07:17 - 9. End upload
>
>
>
> 09.20.2009 0:07:17 - 10. End store sessio
My settings look like these:
Server name: haalands(dot)com
PHP upload limit (in KB): 204800
PHP memory limit (in KB): 122880
Max. resize resolution: ~ 5287 x 3970
PHP max input time: 1800 s
PHP max execution time: 1800 s
Default socket timeout: 1800 s
Bigger file over 2 MB, looks like this:
09.20.2009 0:22:26 - 1. Config loaded
>
>
>
> 09.20.2009 0:22:26 - 2. Authenification sucessfull
>
>
>
> 09.20.2009 0:22:26 - 3. Directory read: ./../../../../upload
>
>
>
> 09.20.2009 0:22:26 - 4. Check valid extension: 450d 690.jpg
>
>
>
> 09.20.2009 0:22:26 - 4a. Extension valid.
>
>
>
> 09.20.2009 0:22:26 - 5. Before move_uploaded_file : ->
> ./../../../../upload/450d 690.jpg
>
>
>
> 09.20.2009 0:22:26 - 5a. after move_uploaded_file.
>
>
>
> 09.20.2009 0:22:26 - 5b. retry move_uploaded_file :
> ./../../../../upload/450d 690.jpg
>
>
>
> 09.20.2009 0:22:26 - 6. NOT uploaded.
>
>
>
> 09.20.2009 0:22:26 - 9. End upload
>
>
>
> 09.20.2009 0:22:26 - 10. End store session
Can anyone help with the move_uploaded_file issue?