Eric, Thank you for your reply. I checked the http://code.djangoproject.com/wiki/NewbieMistakes and corrected the form( I added "/" in action) like this
########### <form action="./" method="post" enctype="multipart/form-data"> <p>Choose a file n to be loaded: <input type="file" name="file" id="file"> <input type="submit" value="Upload File"> </p> </form> ########## but the result is the SAME. The program will never go through the request.POST section of the view. But why?? Any help would be appreciated. Thank you L.