I have a form for file upload like this\[code\]<form action="upload_file.php" method="post"enctype="multipart/form-data"><label for="file">Filename:</label><input type="file" name="file" id="file"><br><input type="submit" name="submit" value="http://stackoverflow.com/questions/15844825/Submit"></form>\[/code\]Sometimes user upload files with 200 characters name.Exist a way to limit filename maxlenghth?