Re: Best way to upload and play a video

2011-12-11 Thread Mengu
if you are having problems with the django basics then you have to re- do the django tutorial at https://docs.djangoproject.com/en/1.3/intro/tutorial01/. here is your work flow: * create your django application. * create your models. * build an upload form. * get the user input. * save it to

Re: Best way to upload and play a video

2011-12-11 Thread Hassan
i want to use a normal flash player , and after i make the models do i need to make somthing else so i can upload files , and i having a problem of how making a form that can fill a table in models !!! am new to djang :( -- You received this message because you are subscribed to the Google

Re: Best way to upload and play a video

2011-12-11 Thread Reinout van Rees
On 11-12-11 19:54, Hassan wrote: Dear ALl , i am having some problems in understanding uploading in django , i want to upload videos and play them , what is the best way to do that ? In principle, you'll need a model with a filefield. This'll store the actual uploaded video file in the

Best way to upload and play a video

2011-12-11 Thread Hassan
Dear ALl , i am having some problems in understanding uploading in django , i want to upload videos and play them , what is the best way to do that ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to