Filenames
Jul 20, 2005anyone knowing whether the filename
"windows.js" causes any difficulties if I use it for
a javascipt-file to be included in a html-page ?
anyone knowing whether the filename
"windows.js" causes any difficulties if I use it for
a javascipt-file to be included in a html-page ?
no filenames list in multi-upload control
View 1 Replies View Relatedso I am working on getting the file names that are uploaded through uploadify entered into a database table - I am using the method posted here . Supposedly after all the uploads complete, a hidden form field should be appended to my form (form1) with the name of the file that was just uploaded (in the onComplete call) - the problem is after the file is uploaded, I don't see any hidden form fields in the page source, and also the filename that is being returned is not the unique name (in the upload script). Here is the code:
javascript Code:
Original
- javascript Code
[code]....
The first example works as planned and has a valid .height/width value, but the second and third example using encoding/space doesn't (0 height/width). I was under the impression that replacing spaces with %20 was supported?
1:
javascript Code:
imageFile = new Image();
imageFile.src = "/somedir/somedir/image.png";
imageFile = new Image();imageFile.src = "/somedir/somedir/image.png";
[Code]....
I haven't been able to resolve this on my own and searching for answers on the internet has been going on for along time now. I'm simply pondered as to why that encoded format doesn't work and how to use a spaced filename.