Tagged Questions
6
votes
3answers
7k views
Best practice for uploading and image file with Django Forms (Django 1.0)
could you please help me to get image upload working on a view with django forms
Models.py
class User_Profile(models.Model):
user = models.OneToOneField(User, unique=True, related_name='profile')
...
0
votes
1answer
59 views
Magento File/Image Upload on Front Product View
I want to add file uploader on front product view of product. here are some simple steps which describe its working.
currently page loads with a big product image which has 4-6 image map points.
on ...
0
votes
1answer
73 views
Multiple File uploads using .ashx
I have been looking at this for several days now with no success. I am trying to create a multi-file upload system for a website. I have tried several jQuery plugins, including SWFUpload and ...