This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import logging | |
import boto3 | |
from botocore.exceptions import ClientError | |
path = '/home/{your user}/Documents' | |
def upload_file(file_name, bucket, object_name=None): | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="pastadestino.php" method="POST"> | |
<div class="form-row"> | |
<div class="form-group col-md-6"> | |
<label for="inputName">Nome</label> | |
<input type="text" id="inputName" class="form-control" placeholder="John" required> | |
</div> | |
<div class="form-group col-md-6"> | |
<label for="inputSurname">Sobrenome</label> | |
<input type="text" class="form-control" id="inputSurname" placeholder="Doe" required> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select name="uf-estados-brasil"> | |
<option value="AC">AC</option> | |
<option value="AL">AL</option> | |
<option value="AP">AP</option> | |
<option value="AM">AM</option> | |
<option value="BA">BA</option> | |
<option value="CE">CE</option> | |
<option value="DF">DF</option> | |
<option value="ES">ES</option> | |
<option value="GO">GO</option> |