I took a look at the file and you may have hit on it... the file size is
1.04 KB. 

Thanks!

-----Original Message-----
From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com]
On Behalf Of creecode
Sent: Tuesday, March 31, 2009 10:52 PM
To: Django users
Subject: Re: trouble uploading mp3 file


Hello oregon10,

I wonder if the field you are using to upload is an ImageField or a
FileField.  If it's an ImageField you would have problems trying to
upload an mp3 file.  I would think you would get an error message but
it might be masked by the code.

Are you able to upload images with this form?

Ariel is correct that the person who programmed your system would be
the best person to help you.  Are you able to contact them?

Another thought occurs.  How large is this mp3 file?  If it is really
large, that might be a source of trouble.

On Mar 31, 5:44 pm, oregon10 <shelah.techc...@gmail.com> wrote:

> I'm trying to upload a mp3 file to our my list of documents - so our
> views can assess it online. It goes through the motions of uploading
> but never appears in my list of docs. That tells me that the format
> might be wrong. If so, does anyone know what format options I should
> be converting the file to?

Toodle-loooooooooo..........
creecode


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to