In the admin it works fine (except images that didnt work for me so had to switch to filefield for images). Havent tried in frontend.
Working example - just configure your settings (MEDIA_ROOT) and add FileField to your model and you're done.
In the admin it works fine (except images that didnt work for me so had to switch to filefield for images). Havent tried in frontend.
Working example - just configure your settings (MEDIA_ROOT) and add FileField to your model and you're done.