Is it possible to give initial value for forms.FileField() dynamically?
By security standards, can't have a default value and it can't be manipulated.
The reason is, that a hacker can set the default value of the file input to any important file on your system (containing passwords, certificates and so on), hide this field using CSS and you will never know that you have uploaded something to hackers host.