upload problem

Questionsupload problem
Georges asked 6 months ago

Hi

Problem in upload file

if I want to upload:

2025 05 18 COMITE SYNDICAL Ordre du Jour PROPOSITION V2.doc

no problem

 

if I want to upload:

REGLEMENT INTERIEUR de L’ASSOCIATION SYNDICALE DOMAINE DE LA GIFFFAUMIERE – remis à jour le 11 avril 2015.docx

it doesn’t word

I got   uploading…..   text  and nothing else

 

can you help ?

 

Regaords

 

2 Answers
Abu Ghufran Staff answered 5 months ago

The issue is due to the ‘ single quote in file name. e.g. INTERIEUR de L’ASSOCIATION

You can try after replacing it with – and it should work.

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Abu Ghufran Staff answered 5 months ago

If you want to fix in your existing build – edit file lib/inc/jqgrid_dist.php

and add following line before move_uploaded_file:

// replace quote with - in file name to avoid html/js issues
$name = str_replace("'","-",$name);
if ( @move_uploaded_file($tmp_name, "$uploads_dir/$name") )

 

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

15 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?