+918409620653
vertechxa@gmail.com
For Any Query
+918409620653
Free Quote
HOME
ABOUT US
Who we are?
Our Clients
WEB DEVELOPMENT
Website Development
E-commerce Development
CMS Development
PHP Development
DIGITAL MARKETING
Search Engine Optimization
Social Media Optimization
Social Media Marketing
Branding
Logo Designing
Video & Text Marketing
APPS & SOFTWARE
Android Apps
IOS Apps
Hybrid Apps
Customize Software
CONTACT US
Apply
Apply Now
var uploadField = document.getElementById("file"); uploadField.onchange = function() { if(this.files[0].size > 307200){ alert("File is too big!"); this.value = ""; }; };