LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

HI Image is not render after upload in picbox #178

Open kartikdanidhariya opened 7 years ago

kartikdanidhariya commented 7 years ago

hi, i am using Simple-Ajax-Uploader in my project it works fine but after uploading image it will show picbox for preview picbox is not shown

my html file is

{% extends "base.html" %}

{% block content %}

<!DOCTYPE html>

Simple Ajax Uploader ```
```

{% endblock %}

how can i display image after upload in that

phy25 commented 7 years ago

According to your code, after uploading only text will be shown. You have to handle this by yourself, because this plugin doesn't provide direct method to access the image content.

You can: