From professional translators, enterprises, web pages and freely available translation repositories.
disabled userfile parser debugging
foutopsporen in parser van gebruikersbestand uitgeschakeld
Last Update: 2012-03-13
Usage Frequency: 1
Quality:
note that this assumes the use of the file upload name userfile, as used in the example script above.
de inhoud van de $_files array van het voorgaande voorbeeld is als volgt: (dit gaat uit van userfile, zoals gebruikt in het voorgaande voorbeeld)
Last Update: 2011-10-24
Usage Frequency: 2
Quality:
in otherwords, the error might be found in $_files[ 'userfile']['error'].
i andere woorden, de error kan gevonden worden in $_files[ 'userfile']['error'].
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
you can for example use the $_files[ 'userfile']['size'] variable to throw away any files that are either too small or too big.
je kan bijvoorbeeld $_files[ 'userfile']['size'] gebruiken om te grote of te kleine bestanden te verwerpen.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$_files[ 'userfile']['name'][0], $_files['userfile']['tmp_name'][0], $_files['userfile']['size'][0], and $_files['userfile']['type'][0] are also set.
$userfile[ 'name'][0], $userfile['tmp_name'][0], $userfile['size'][0] en $userfile['type'][0] zijn ook beschikbaar.
Last Update: 2011-10-24
Usage Frequency: 1
Quality: