Re: Load file into a FileField

2010-12-21 Thread Chris Lawlor
Liriela, AFAIK it is not possible to programmatically populate a file input field, due to the many security exploits this would enable. If it were possible, it would be trivial to write a malicious script that would upload any file from a user's PC, so long as you knew the path. There are

Load file into a FileField

2010-12-21 Thread Liriela
Hi there, I am working now on a web server and come up with a problem. I want to have on my site a button which will load test data into a form -> for example -> a form has fileds: name and email -> the button will load into the fields values defined by me. That is not a problem for all the data