Current Page: 1 of 1
Results 1 - 3 of 3
17 years ago
datinho
Hi, thanks for the answer. Thus with wamp I can't use the function move_uploaded_file, unless I move the temp dir under the webroot. Sometimes I need to move uploaded file to storage areas but i I can't handle the temp file I'll never move it. Now I look if change the standard config or find another way to solve this issue. Bye, Lorenzo
Forum: WampServer English
17 years ago
datinho
Hi, maybe there was a misunderstanding, the equal means the current value of the variables: $_FILES['bulk_file']['name'] its vaule is: bulk_import.csv $_FILES['bulk_file']['type'] its vaule is: application/vnd.ms-excel $_FILES['bulk_file']['size'] its vaule is: 529 $_FILES['bulk_file']['tmp_name'] its vaule is: c:/wamp/tmp\php3AE.tmp $_FILES['bulk_file']['error'] its vaule is: 0 but on c
Forum: WampServer English
17 years ago
datinho
Hi all, I've a problem regarding file upload, after the POST action I retrieve the values: $_FILES['bulk_file']['name'] = bulk_import.csv $_FILES['bulk_file']['type'] = application/vnd.ms-excel $_FILES['bulk_file']['size'] = 529 $_FILES['bulk_file']['tmp_name'] = c:/wamp/tmp\php3AE.tmp $_FILES['bulk_file']['error'] = 0 but in temp dir c:/wamp/tmp there isn't the file php3AE.tmp, there
Forum: WampServer English
Current Page: 1 of 1