Hello,
I found a problem today with people uploading files on our forms. That problem is that if they have any spaces in their local file path the file will not upload. For example, the following file will not upload:
C:\Documents and Settings\Trisha\My Documents\My Pictures\2008-10\tetris.jpg (spaces in My Documents and My Pictures)
But the following would work:
C:\Users\Trisha\Pictures\tetris.jpg (no spaces)
Is there any way to fix this?
Thanks!
Thanks Bob,
I'll try it out on my XAMPP localhost and see what happens. I'm having the problem on 2 different production sites (site5 is the host for both). Would you happen to know if a server or php setting could cause this problem?
Thanks!
Robert
Hi Robert,
No server setting that I know if - but that doesn't say much. Linux servers sometime a have problems with spaces - but only in the file-name and remote path in my (limited) experience, not in the local path.
Bob
Hi redrings,
I'm not aware of this too and never faced it, you may try a quick google search or just ask your host admin, these odd issues are mostly extra security settings done by host admins!
Cheers,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
Hey guys,
I've actually got the exact same issue, and hopefully can shed some additional light...
First off, the previous posters are correct -- the upload via email option FAILS when the path to the file contains spaces. Some may not see this issue because it ONLY fails in IE -- It works perfectly fine in Firefox!
Does anyone have any ideas as to how to fix this problem?
Hi dbirchmier,
do you have the
enctype="multipart/form-data"
in the form tag attachment ?
Cheers,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
No problems, it will fix it, this is a recent discovered issue, earlier this was a must to do but at V3.0 I added some way to add this tag automatically but this method is failing sometimes, will fix it in the next release!
Cheers,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
nevermind! not sure what I was thinking.
It's under the general tab🙂
Thanks for the help!