Tagged Questions

1
vote
2answers
309 views

Using thickbox with imagekit

I want to use jQuery Thickbox for displaying my images but so far when I click on a thumbnail all I get is the loading progress bar. I've set up my display as below (maybe this will help) <div ...
0
votes
1answer
716 views

django - any image upload and display method using Ajax?

On my django application I'm using ImageKit to resize a image loaded to the server. models.py class Pictures(ImageModel): user = models.ForeignKey(User) original_image = ...