I want to upload files via a html form (enctype= mulitpart/form-data), the input type is file, if I press submit I should have variables like: NameOfInputtype_size, name and type...if I do that the _name is always empty ('none') why that ???
Is it Browser-dependent ???