Jump to content
php.lv forumi

file upload


Vecteevs

Recommended Posts

Sveiki, problēma ir tāda, ka mans datora localhost neļaj augšuplādēt lielākus failus. Palasīju internetā un uzgāju ka lielākus vailus par 2MB nevar augšuplādēt un ir jāveido speciāls htaccess fails. Kāds var pastāstīt kas viņā ir jāraksta iekšā?

Link to comment
Share on other sites

Uztaisi jaunu php failu ar saturu

<?php
phpinfo();
?>

Atver viņu un tur sākumā jārāda ceļu līdz šim (php.ini) failam ("Configuration File Path" vai līdzīgi).

BTW tur pat arī vari apskatīt manas iepriekš pieminētām vērtības, bet labot gan vajadzēs iekš php.ini

Link to comment
Share on other sites

tagad man izskatās šādi, ja kas jānomaina lūdzu sakiet, no šī īsti nesaprotu.

;;;;;;;;;;;;;;;;

; File Uploads ;

;;;;;;;;;;;;;;;;

 

; Whether to allow HTTP file uploads.

file_uploads = On

 

; Temporary directory for HTTP uploaded files (will use system default if not

; specified).

;upload_tmp_dir =

 

; Maximum allowed size for uploaded files.

upload_max_filesize = 200M

 

 

 

; Maximum size of POST data that PHP will accept.

post_max_size = 200M

 

 

;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;

 

max_execution_time = 30 ; Maximum execution time of each script, in seconds

max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

memory_limit = 200M ; Maximum amount of memory a script may consume (8MB)

 

un pats dīvainākais ir tas ka tas phpinfo rāda vecos datus bet php.ini ir mani jaunie dati. restartēju datoru bet tas pats..

 

EDIT:

 

Liels paldies, beidzot sanāca.. laikam bija jāpagaida līdz dati atjaunojas. tagad viss iet. Paldies! :)

Edited by Vecteevs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...