You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi ,
i want to use your ajax uploader with s3 bucket on aws
first i installed ajaxuploder , boto
after i do
python manage.py collectstatic
all static file transfer to s3 bucket
after i define static variable in settings.py
AWS_UPLOAD_BUCKET_NAME = "bucket-to-upload-to"
AWS_UPLOAD_CLIENT_KEY = "public-aws-upload-key"
AWS_UPLOAD_CLIENT_SECRET_KEY = "secret-aws-upload-key"
hi ,
i want to use your ajax uploader with s3 bucket on aws
first i installed ajaxuploder , boto
after i do
python manage.py collectstatic
all static file transfer to s3 bucket
after i define static variable in settings.py
AWS_UPLOAD_BUCKET_NAME = "bucket-to-upload-to"
AWS_UPLOAD_CLIENT_KEY = "public-aws-upload-key"
AWS_UPLOAD_CLIENT_SECRET_KEY = "secret-aws-upload-key"
then after i add url in my main url.py
url(r'^ajax-uploader/', include('ajaxuploader.urls', namespace='ajaxuploader', app_name='ajaxuploader')),
and then i add following code in template and "fine_uploader" div as well
but upload control not render in template
how can i get that
The text was updated successfully, but these errors were encountered: