Re: [openupload-devel] downloaded files are corrupted
Status: Beta
Brought to you by:
tsdogs
|
From: Alessandro B. <ts...@br...> - 2013-01-17 22:34:57
|
Il 2013-01-17 17:29 Leonel Ibarra ha scritto: > Hi Alessandro: > > Thanks again for your help. I used the diff utility as you suggested > and indeed found a difference. > > It the files that I download from the server have some HTML tags > added, it mentions main.css. > > I did make some changes to OpenUpload. I am using Microsoft > Expression Web 4 to edit my openupload site. Once I was editing the > main.css file, and then I noticed there was an option that said > "apply > css file to all the site" (or something like that) and I clicked on > it. I noticed that after this, when viewing the source code for my > openupload pages, there were some extra lines at the begining with > "include main.css" instruction, but I never thought it was going to > affect the files I was uploading to the data directory. > > Now, according to what I've seen, this line isn't added to the files > when they are uploaded, it does it to the files when they are > downloaded, because the files in my openupload's server "data" > directory are fine. > > I am attaching the files for you to see what I'm talking about. > > So I have to find out how to "undo" this process in Expression Web 4. > Yes, you actually "screwed" the whole app. If you haven't changed too much you'd better restore the original files from openupload At least all .php files. Unless you want to change application behaviour you'd better only change .tpl files. Alessandro |