The moose likes Portals and Portlets and the fly likes file upload using oracle pdk Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "file upload using oracle pdk" Watch "file upload using oracle pdk" New topic
Author

file upload using oracle pdk

Rashid Darvesh
Ranch Hand

Joined: Feb 13, 2004
Posts: 189
Hi
i need to upload a file using pdk html tag.
The issue is if i give the teh enctyp="multipart/form-data" and hit the submit button the request is not reaching the Order action class. it goes to the MainMenuAction class which is the entry point for the portlet in the provider.xml file. when i remove the enctype and submit the form the request is fine and reaches teh order action class to create the new order. do i need to change or configure something. Do pdk html form support multipart/form-data
Any advice
Rashid
Omer Alvi
Greenhorn

Joined: Aug 23, 2007
Posts: 1
Hello Rashid!

I am having the same problem. From your post date, I can assume that you must have spend quite significant time on this issue. I am also trying to provide the uploading attachments functionality in my pdk struts application but getting the same problem as yours.

Did you manage to fix your problem? If yes, can you kindly guide how did you solve that. If possible please send me the sample code and the tag class in case you had to that class.

My email address is : meralvi@gmail.com" rel="nofollow">omeralvi@gmail.com

Thanking you in anticipation.

Best regards,

Omer Alvi
 
 
subject: file upload using oracle pdk
 
Threads others viewed
HTTP Status 405 - HTTP method GET is not supported by this URL
Uploading Image file from client to the server
executing a javascript function from a servlet
file upload in spring
upload servlet
MyEclipse, The Clear Choice