I'm in a situation where I need to upload about 100 images into the /images folder of a site. What I've done is download a zip of the folder, add the new images to the zip, and then upload it. The problem I am having is that hyperconent performs this operation fine when certain files are added to the zip and just sits idle when others are added. I can't find any difference between the files that cause the zip to successfully upload and the ones that cause it to fail. I've also had this problem when trying to upload pdf files; several of the files cause the upload of the zip to fail if they are added. Do you have any ideas about how to force HC to upload the zip files. Thanks,
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you could make one of the troublesome zip files available somewhere I could download, I'll try to reproduce the problem. I haven't seen anything like it before.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I try to upload this file the progress page appears but nothing is displayed. If I remove the feb4_05_3.bmp file, then it will upload properly. Thanks for looking at this,
Mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That zip file works fine for me; can you check that you have increased the portal property
"org.jasig.portal.PortalSessionManager.File_upload_max_size" to an adequate size? It defaults to 3MB, which would reject this zip file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I raised this property to 100MB and restarted the portal but it did not make a difference for me. Here is what I get in the address bar after our server address:
I'm in a situation where I need to upload about 100 images into the /images folder of a site. What I've done is download a zip of the folder, add the new images to the zip, and then upload it. The problem I am having is that hyperconent performs this operation fine when certain files are added to the zip and just sits idle when others are added. I can't find any difference between the files that cause the zip to successfully upload and the ones that cause it to fail. I've also had this problem when trying to upload pdf files; several of the files cause the upload of the zip to fail if they are added. Do you have any ideas about how to force HC to upload the zip files. Thanks,
Mike
If you could make one of the troublesome zip files available somewhere I could download, I'll try to reproduce the problem. I haven't seen anything like it before.
Sure, here is a zip with 3 files:
<a href="http://www.users.muohio.edu/berninme/images.zip">images.zip</a>
If I try to upload this file the progress page appears but nothing is displayed. If I remove the feb4_05_3.bmp file, then it will upload properly. Thanks for looking at this,
Mike
Oops! I misread the red text at the bottom to mean that HTML tags are supported. Here is the correct link.
http://www.users.muohio.edu/berninme/images.zip
That zip file works fine for me; can you check that you have increased the portal property
"org.jasig.portal.PortalSessionManager.File_upload_max_size" to an adequate size? It defaults to 3MB, which would reject this zip file.
I raised this property to 100MB and restarted the portal but it did not make a difference for me. Here is what I get in the address bar after our server address:
/uPortal/tag.idempotent.worker.download.target.43.uP
and a plain white screen.
Some debugging questions:
What version of uPortal are you running?
Any error messages in portal.log?
If you view source on the plain white screen, what do you see?
Also, how about enabling DEBUG in the log, repeating the process, and posting the log result where I can have a look.
I was able to succesfully increase the file max upload size with a newer version of uPortal. Thanks.