Changed flow to upload directly to s3 if non empty file.

Then on check page file read back from s3 and checked.
This commit is contained in:
Adam Shimali
2016-01-14 16:00:13 +00:00
parent 77d34f7a09
commit 494e49ee45
5 changed files with 78 additions and 127 deletions

View File

@@ -59,8 +59,6 @@
back_link = url_for(".sendsms", service_id=service_id)
)}}
<input type='hidden' name='recipients' value='{{filename}}'>
</form>
{% endif %}
{% endblock %}