Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yashed committed Apr 25, 2024
1 parent 1f7325f commit a79e362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sar-interfaces/sar-examresultupload.php
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ function uploadFile(fileInputId, buttonId, formId, subCode, type, submitViewId,
formData.append('type', type);


var targetURL = '<?= ROOT ?>sar/examination/resultsupload?degreeID=' + degreeId + '&examID=' + examId;
var targetURL = '<?= ROOT ?>sar/examination/resultsupload';
console.log('targetURL = ', targetURL);
console.log('formData = ', formData);

Expand Down

0 comments on commit a79e362

Please sign in to comment.