DevCBeirut / devalopers

“Devalopers” is a business-oriented web application for all developer and technology workers used to find jobs and projects. This repository represents the Web part (Web-Interface) JavaScript
BSD 3-Clause Clear License
4 stars 4 forks source link

Company> Post a job> Widen the attached file size limit #70

Open nouratahhan99 opened 3 years ago

nouratahhan99 commented 3 years ago

Describe the bug: When posting a job and attaching a file, big files are having error attaching, we need to widen the pdf file size limit to 1Mb

Steps to Find the bug:

  1. Go to http://devalopers.herokuapp.com/login
  2. Log in as a company with the below credentials: Email: company1@devalopers.com Password: Company@123
  3. Go to the green button "post a job"
  4. Try posting a job with PDF attachment using (+add file) blue button
  5. When attaching large file, an error occurs and post job won't proceed.

Expected behavior: Job attached file has a limit, the file should be accepted as a bigger size (>1Mb)