Does anyone know where to find the method wfLocalFile($arg)? I've tried
to grep for the method but I've not gotten anything but calls to the
method. I'm still new to php and mediawiki development so I may be
looking in the wrong place.

 

The overlying problem:

I am currently working on a new extension that aims to allow users to
upload a document (doc, docx, odf,...) and convert that document to
wikitext server side. I've gotten other major components of this already
worked out. I am currently hung up trying to upload the file (possibly
using the UploadForm) while using mediawiki's existing validations. I do
not want to use the current base UploadForm to store the document in the
current architecture for a few reasons. I have already tried to capture
the temp file created by php before calling processUpload but it seems
the file gets cleaned up before I can grab it.

 

I could write the the extension to handle the upload as you normally
would in php, but again, I would like to use some of the existing
validations.

 

Thanks ahead of time,

 

 

Matt Alline
Application Developer II, HGDC

BearingPoint
Management & Technology Consultants 

5912 Highway 49
Suite H1
Hattiesburg, MS 39401
USA

T + 1 601 584 1532
F + 1 601 584 0852 
  
www.bearingpoint.com 


***************************************************************************************************
The information in this email is confidential and may be legally privileged. 
Access to this email by anyone other than the intended addressee is 
unauthorized. If you are not the intended recipient of this message, any 
review, disclosure, copying, distribution, retention, or any action taken or 
omitted to be taken in reliance on it is prohibited and may be unlawful. If you 
are not the intended recipient, please reply to or forward a copy of this 
message to the sender and delete the message, any attachments, and any copies 
thereof from your system.
***************************************************************************************************
_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to