HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/apics.creativefellows.nl/templates/pdf-parser.twig
{% extends "base.twig" %}
	

{% block content %}
	
	<div class="page-section" id="job-details">
		<div class="grid-container">
			<div class="grid-x grid-padding-x align-top">
	
				<div class="cell small-12">
					<h1>Pdf parse</h1>				
					<form class="form" action="/recruitnow/parse-cv" method="post" data-abide novalidate>
					
						<label for="exampleFileUpload" class="button">Selecteer pdf</label>
						<input type="file" id="exampleFileUpload" name="cv" class="show-for-sr">
						
						<button type="submit" class="button secondary">
							Verstuur
						</button>
				
					</form>
				</div>
				
			</div>
		
			</div>
		</div>
	</div>
  
{% endblock %}