php - <input type="file"> , changing the value -


there sth on website:

<input type="file" name="file_1" id="file_1">

when click on , choose file , there property changes in it?
if , can change scripting? (i want have default value)
thanks!

that security risk , can't set using javascript or php.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -